mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
error: macro expansion ignores token `let` and any following
|
|
--> $DIR/issue-54441.rs:3:9
|
|
|
|
|
LL | let
|
|
| ^^^
|
|
...
|
|
LL | m!();
|
|
| ---- caused by the macro expansion here
|
|
|
|
|
= note: the usage of `m!` is likely invalid in foreign item context
|
|
|
|
error: aborting due to 1 previous error
|
|
|