blob: c793cc0cd780a58cdb26d977c4274f07b7914bc9 [file] [log] [blame]
error[E0019]: constant contains unimplemented expression type
--> $DIR/const-match-pattern-arm.rs:4:5
|
LL | Some(value) => true,
| ^^^^^^^^^^^
error[E0019]: constant contains unimplemented expression type
--> $DIR/const-match-pattern-arm.rs:11:9
|
LL | Some(value) => true,
| ^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0019`.