blob: 2744330a4e58e83ab3d884cb3a3767199887d87a [file] [log] [blame]
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
--> $DIR/issue-40845.rs:1:11
|
LL | trait T { m!(); }
| ^
error: aborting due to 2 previous errors