rust/src/test/ui/rfc-2005-default-binding-mode/slice.stderr

10 lines
304 B
Plaintext
Raw Normal View History

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