rust/src/test/ui/error-codes/E0529.stderr

9 lines
212 B
Plaintext
Raw Normal View History

2018-02-07 19:35:35 -08:00
error[E0529]: expected an array or slice, found `f32`
--> $DIR/E0529.rs:16:9
|
16 | [a, b] => {
| ^^^^^^ pattern cannot match with input type `f32`
error: aborting due to previous error