mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
16 lines
491 B
Plaintext
16 lines
491 B
Plaintext
error: the feature `unsafe_pin_internals` is internal to the compiler or standard library
|
|
--> $DIR/feature-gate-unsafe_pin_internals.rs:3:12
|
|
|
|
|
LL | #![feature(unsafe_pin_internals)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: using it is strongly discouraged
|
|
note: the lint level is defined here
|
|
--> $DIR/feature-gate-unsafe_pin_internals.rs:2:11
|
|
|
|
|
LL | #![forbid(internal_features, unsafe_code)]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|