rust/src/test/ui/test-on-macro.stderr

7 lines
148 B
Plaintext
Raw Normal View History

2018-07-20 20:04:02 -05:00
warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead.
2018-12-25 09:56:47 -06:00
--> $DIR/test-on-macro.rs:11:1
2018-07-20 20:04:02 -05:00
|
LL | foo!();
| ^^^^^^^