summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode/slice.stderr
blob: ec2225c9f92367aee9a0e47ff56414766f3e62d5 (plain)
1
2
3
4
5
6
7
8
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