2017-10-06 16:30:23 -04:00
|
|
|
error[E0004]: non-exhaustive patterns: `&[]` not covered
|
|
|
|
--> $DIR/slice.rs:17:11
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | match sl { //~ ERROR non-exhaustive patterns
|
2017-10-06 16:30:23 -04:00
|
|
|
| ^^ pattern `&[]` not covered
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0004"
|