summary refs log tree commit diff
path: root/src/test/ui/test-on-macro.stderr
blob: 1af38829cc73e086442952add84f0b130b31a934 (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!();
   | ^^^^^^^