blob: 5e7cd10235d4d52bee38e42932e863ebec674226 [file] [log] [blame]
error: non-reference pattern used to match a reference (see issue #42640)
--> $DIR/pat-slice-old-style.rs:19:9
|
19 | [a, b..] => {},
| ^^^^^^^^ help: consider using a reference: `&[a, b..]`
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable
error: aborting due to previous error