mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
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
|
|
|