about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/match_arr_unknown_len.stderr
blob: f617ff339383d2c795b0d9c6b0b4d35c09a668e0 (plain)
1
2
3
4
5
6
7
8
9
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`.