about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-40845.stderr
blob: a8d75025279dedde69ac8de80fb4dd59be6e8f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: cannot find macro `m!` in this scope
  --> $DIR/issue-40845.rs:4:10
   |
LL | impl S { m!(); } //~ ERROR cannot find macro `m!` in this scope
   |          ^

error: cannot find macro `m!` in this scope
  --> $DIR/issue-40845.rs:1:11
   |
LL | trait T { m!(); } //~ ERROR cannot find macro `m!` in this scope
   |           ^

error: aborting due to 2 previous errors