blob: ad97741dae4d07afca9b1fbea91095a753cda02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: unstable feature
--> $DIR/feature-gate-feature-gate.rs:2:12
|
LL | #![feature(intrinsics)]
| ^^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/feature-gate-feature-gate.rs:1:11
|
LL | #![forbid(unstable_features)]
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|