summary refs log tree commit diff
path: root/src/test/ui/issue-11692-2.stderr
blob: 51d6041e92220e356b6f873a9ec54c9c8e5ca952 (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `test!` in this scope
  --> $DIR/issue-11692-2.rs:12:13
   |
LL |     concat!(test!());
   |             ^^^^

error: aborting due to previous error