blob: 07b968c8e780acf5868cd4fb00b4b4b9dc43cd43 [file] [log] [blame]
error[E0005]: refutable pattern in local binding: `&[]` not covered
--> $DIR/issue-26158.rs:15:9
|
LL | let &[[ref _a, ref _b..]..] = x; //~ ERROR refutable pattern
| ^^^^^^^^^^^^^^^^^^^^^^^ pattern `&[]` not covered
error: aborting due to previous error
For more information about this error, try `rustc --explain E0005`.