rust/src/test/ui/test-on-macro.stderr
2018-12-25 21:08:33 -07:00

7 lines
148 B
Plaintext

warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead.
--> $DIR/test-on-macro.rs:11:1
|
LL | foo!();
| ^^^^^^^