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.
--> $DIR/test-on-macro.rs:21:1
|
LL | foo!();
| ^^^^^^^