blob: 18dc6b2869ab9c541ae2b30b76450a1723b7a4c1 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0004]: non-exhaustive patterns: `&[]` not covered
--> $DIR/slice.rs:16: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`.
|