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