2024-04-17 17:08:58 +10:00
|
|
|
error: macro expansion ignores keyword `let` and any tokens following
|
2020-02-22 06:57:31 +01:00
|
|
|
--> $DIR/issue-54441.rs:3:9
|
2018-10-03 14:24:31 -07:00
|
|
|
|
|
2020-02-22 06:57:31 +01:00
|
|
|
LL | let
|
|
|
|
| ^^^
|
|
|
|
...
|
|
|
|
LL | m!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ---- caused by the macro expansion here
|
2020-02-22 06:57:31 +01:00
|
|
|
|
|
|
|
|
= note: the usage of `m!` is likely invalid in foreign item context
|
2018-10-03 14:24:31 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-03 14:24:31 -07:00
|
|
|
|