summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode/slice.stderr
blob: 90a2f75c07fb090eddc9da60cc7a885898173581 (plain)
1
2
3
4
5
6
7
8
error[E0004]: non-exhaustive patterns: `&[]` not covered
  --> $DIR/slice.rs:17:11
   |
17 |     match sl {
   |           ^^ pattern `&[]` not covered

error: aborting due to previous error