summary refs log tree commit diff
path: root/src/test/ui/test-on-macro.stderr
blob: 256a41722fa956534e09d2b713d65b83a44c3f37 (plain)
1
2
3
4
5
6
warning: `#[test]` attribute should not be used on macros. Use `#[cfg(test)]` instead.
  --> $DIR/test-on-macro.rs:11:1
   |
LL | foo!();
   | ^^^^^^^