blob: ec2225c9f92367aee9a0e47ff56414766f3e62d5 [file] [log] [blame]
error[E0004]: non-exhaustive patterns: `&[]` not covered
--> $DIR/slice.rs:17:11
|
17 | match sl { //~ ERROR non-exhaustive patterns
| ^^ pattern `&[]` not covered
error: aborting due to previous error