]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2005-default-binding-mode/slice.stderr
New upstream version 1.22.1+dfsg1
[rustc.git] / src / test / ui / rfc-2005-default-binding-mode / slice.stderr
1 error[E0004]: non-exhaustive patterns: `&[]` not covered
2 --> $DIR/slice.rs:17:11
3 |
4 17 | match sl {
5 | ^^ pattern `&[]` not covered
6
7 error: aborting due to previous error
8