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