blob: 53add509ca56d368440aa7c8f7d4682f30f7fc95 [file] [log] [blame] [edit]
error: cannot find macro `test` in this scope
--> $DIR/issue-11692-2.rs:2:13
|
LL | concat!(test!());
| ^^^^
|
= note: `test` is in scope, but it is an attribute: `#[test]`
error: aborting due to 1 previous error