rust/tests/ui/issues/issue-11692-2.stderr
2023-01-11 09:32:08 +00:00

11 lines
243 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 previous error