rust/tests/ui/feature-gates/feature-gate-feature-gate.s...

15 lines
342 B
Plaintext

error: use of an 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 1 previous error