]> git.proxmox.com Git - rustc.git/blob - src/test/ui/test-attrs/test-on-macro.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / test-attrs / 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
7 warning: 1 warning emitted
8