]> git.lizzy.rs Git - rust.git/blob - src/test/ui/test-on-macro.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[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