summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-11692-2.stderr
blob: 84746ca2c889ce8172b33158dd4611f9c8088d1b (plain)
1
2
3
4
5
6
7
8
9
10
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