summary refs log tree commit diff
path: root/src/test/ui/issues/issue-26158.stderr
blob: 3a4dd79e8105365441a64a1126f6f9de7572b295 (plain)
1
2
3
4
5
6
7
8
9
error[E0005]: refutable pattern in local binding: `&[]` not covered
  --> $DIR/issue-26158.rs:5:9
   |
LL |     let &[[ref _a, ref _b..]..] = x;
   |         ^^^^^^^^^^^^^^^^^^^^^^^ pattern `&[]` not covered

error: aborting due to previous error

For more information about this error, try `rustc --explain E0005`.