]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-11692-2.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.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!()); //~ ERROR cannot find macro `test!` in this scope
5    |             ^^^^
6
7 error: aborting due to previous error
8