• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: the feature `unsafe_pin_internals` is incomplete and may not be safe to use and/or cause compiler crashes
2  --> $DIR/feature-gate-unsafe_pin_internals.rs:3:12
3   |
4LL | #![feature(unsafe_pin_internals)]
5   |            ^^^^^^^^^^^^^^^^^^^^
6   |
7note: the lint level is defined here
8  --> $DIR/feature-gate-unsafe_pin_internals.rs:2:11
9   |
10LL | #![forbid(incomplete_features, unsafe_code)]
11   |           ^^^^^^^^^^^^^^^^^^^
12
13error: aborting due to previous error
14
15