blob: e5ba318b3365f79a99273d9885e584aa6aa0da94 [file] [log] [blame]
error: slice pattern syntax is experimental (see issue #23121)
--> $DIR/feature-gate-slice-patterns.rs:16:9
|
16 | [1, 2, xs..] => {} //~ ERROR slice pattern syntax is experimental
| ^^^^^^^^^^^^
|
= help: add #![feature(slice_patterns)] to the crate attributes to enable
error: aborting due to previous error