blob: 1dfad0d31896c1d021a94339a577d296b2e38d75 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0004]: non-exhaustive patterns: `&[]` not covered
--> $DIR/slice.rs:6:11
|
LL | match sl { //~ ERROR non-exhaustive patterns
| ^^ pattern `&[]` not covered
error: aborting due to previous error
For more information about this error, try `rustc --explain E0004`.
|