mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 08:57:36 +00:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/match_arr_unknown_len.rs:3:9
|
|
|
|
|
LL | [1, 2] => true,
|
|
| ^^^^^^ expected an array with a size of 2, found one with a size of N
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|