2020-03-30 19:34:16 +02:00
|
|
|
error[E0308]: mismatched types
|
2021-08-27 18:04:57 +02:00
|
|
|
--> $DIR/match_arr_unknown_len.rs:3:9
|
2020-03-30 19:34:16 +02:00
|
|
|
|
|
|
|
|
|
LL | [1, 2] => true,
|
2024-11-23 05:02:18 +00:00
|
|
|
| ^^^^^^ expected an array with a size of 2, found one with a size of N
|
2020-03-30 19:34:16 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-03-30 19:34:16 +02:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|