blob: 7a2e67c89821c6093f7c47dbad648ff10454f1bf [file] [log] [blame]
error[E0658]: 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