blob: e292e1cc16585ee47895d1fa5b2d3965470724e0 [file] [log] [blame]
Chih-Hung Hsieh43f06942019-12-19 15:01:08 -08001error[E0005]: refutable pattern in local binding: `std::i32::MIN..=-1i32` not covered
Inna Palantff3f07a2019-07-11 16:15:26 -07002 --> $DIR/const-match-check.rs:31:24
3 |
4LL | let x: [i32; { let 0 = 0; 0 }] = [];
Chih-Hung Hsieh43f06942019-12-19 15:01:08 -08005 | ^ pattern `std::i32::MIN..=-1i32` not covered
Inna Palantff3f07a2019-07-11 16:15:26 -07006
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0005`.