rust/src/test/ui/test-on-macro.stderr
2018-09-04 22:33:00 -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:21:1
|
LL | foo!();
| ^^^^^^^