blob: 256cf47c12021ef9e80f7582de674f1ea216c9e9 [file] [log] [blame]
error: unstable feature
--> $DIR/feature-gate-feature-gate.rs:12:12
|
LL | #![feature(intrinsics)] //~ ERROR unstable feature
| ^^^^^^^^^^
|
note: lint level defined here
--> $DIR/feature-gate-feature-gate.rs:11:11
|
LL | #![forbid(unstable_features)]
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error