rust/tests/ui/macros/issue-11692-2.stderr
2024-04-21 15:43:43 -03:00

11 lines
245 B
Plaintext

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