2023-08-24 03:41:30 -05:00
|
|
|
error: expected expression, found `let` statement
|
|
|
|
--> $DIR/macro-expanded.rs:7:20
|
|
|
|
|
|
|
|
|
LL | ($e:expr) => { let Some(x) = $e }
|
|
|
|
| ^^^
|
|
|
|
...
|
|
|
|
LL | () if m!(Some(5)) => {}
|
|
|
|
| ----------- in this macro invocation
|
|
|
|
|
|
2023-09-13 10:00:31 -05:00
|
|
|
= note: only supported directly in conditions of `if` and `while` expressions
|
2023-08-24 03:41:30 -05:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-08-24 03:41:30 -05:00
|
|
|
|