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