2020-02-21 23:57:31 -06:00
|
|
|
error: macro expansion ignores token `let` and any following
|
|
|
|
--> $DIR/issue-54441.rs:3:9
|
2018-10-03 16:24:31 -05:00
|
|
|
|
|
2020-02-21 23:57:31 -06:00
|
|
|
LL | let
|
|
|
|
| ^^^
|
|
|
|
...
|
|
|
|
LL | m!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ---- caused by the macro expansion here
|
2020-02-21 23:57:31 -06:00
|
|
|
|
|
|
|
|
= note: the usage of `m!` is likely invalid in foreign item context
|
2018-10-03 16:24:31 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|