mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
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
|
|
|