blob: 320f40e31b8145472ea3b8b4d8427f4280d29378 [file] [log] [blame]
error[E0658]: non exhaustive is an experimental feature (see issue #44109)
--> $DIR/feature-gate-non_exhaustive.rs:13:1
|
13 | #[non_exhaustive] //~ERROR non exhaustive is an experimental feature (see issue #44109)
| ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(non_exhaustive)] to the crate attributes to enable
error: aborting due to previous error