2024-04-28 08:14:32 -05:00
|
|
|
error: arbitrary expressions aren't allowed in patterns
|
|
|
|
--> $DIR/expr-in-pat-issue-99380.rs:10:10
|
|
|
|
|
|
|
|
|
LL | foo!(Some(3));
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2024-04-29 07:53:38 -05:00
|
|
|
= note: the `expr` fragment specifier forces the metavariable's content to be an expression
|
2024-04-28 08:14:32 -05:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|