]> git.lizzy.rs Git - rust.git/blob - src/test/ui/test-on-macro.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[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:21:1
3    |
4 LL | foo!();
5    | ^^^^^^^
6