rust/src/test/ui/issues/issue-40845.stderr
2018-12-25 21:08:33 -07:00

15 lines
376 B
Plaintext

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