blob: 5c1b5f51e44b299a161e367b85c9cc175fd25813 [file] [log] [blame]
error: cannot find macro `m` in this scope
--> $DIR/macros-in-trait-positions-issue-40845.rs:1:11
|
LL | trait T { m!(); }
| ^
error: cannot find macro `m` in this scope
--> $DIR/macros-in-trait-positions-issue-40845.rs:4:10
|
LL | impl S { m!(); }
| ^
error: aborting due to 2 previous errors