2023-03-09 14:54:53 -06:00
|
|
|
error: the feature `unsafe_pin_internals` is internal to the compiler or standard library
|
2022-01-23 18:34:46 -06:00
|
|
|
--> $DIR/feature-gate-unsafe_pin_internals.rs:3:12
|
|
|
|
|
|
|
|
|
LL | #![feature(unsafe_pin_internals)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2023-03-09 14:54:53 -06:00
|
|
|
= note: using it is strongly discouraged
|
2022-01-23 18:34:46 -06:00
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/feature-gate-unsafe_pin_internals.rs:2:11
|
|
|
|
|
|
2023-03-09 14:54:53 -06:00
|
|
|
LL | #![forbid(internal_features, unsafe_code)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2022-01-23 18:34:46 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-01-23 18:34:46 -06:00
|
|
|
|