blob: 201aa7cd5b7901e4de810a4d32c71742371a11fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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`.
|