blob: 66bf053204c088e621b60a504dc81cc37c73aae8 (
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:1:11
|
LL | trait T { m!(); }
| ^
error: cannot find macro `m` in this scope
--> $DIR/issue-40845.rs:4:10
|
LL | impl S { m!(); }
| ^
error: aborting due to 2 previous errors
|