]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-11692-2.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-11692-2.stderr
1 error: cannot find macro `test` in this scope
2 --> $DIR/issue-11692-2.rs:2:13
3 |
4 LL | concat!(test!());
5 | ^^^^
6 |
7 = note: `test` is in scope, but it is an attribute: `#[test]`
8
9 error: aborting due to previous error
10