blob: 2e8f008a52dd7740c627e20b3e9a1c833f2452ab (
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:14: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:11:11
|
LL | trait T { m!(); } //~ ERROR cannot find macro `m!` in this scope
| ^
error: aborting due to 2 previous errors
|