rust/src/test/ui/issues/issue-40845.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

15 lines
282 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
--> $DIR/issue-40845.rs:1:11
|
LL | trait T { m!(); }
| ^
error: aborting due to 2 previous errors