]> git.lizzy.rs Git - rust.git/blob - src/test/ui/test-on-macro.stderr
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
[rust.git] / src / test / ui / test-on-macro.stderr
1 warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead.
2   --> $DIR/test-on-macro.rs:11:1
3    |
4 LL | foo!();
5    | ^^^^^^^
6