rust/compiler/rustc_span
Daniel Henry-Mantilla c93968aee8 Mark unsafe_pin_internals as incomplete.
This thus still makes it technically possible to enable the feature, and thus
to trigger UB without `unsafe`, but this is fine since incomplete features are
known to be potentially unsound (labelled "may not be safe").

This follows from the discussion at https://github.com/rust-lang/rust/pull/93176#discussion_r799413561
2022-02-14 17:27:37 +01:00
..
src Mark unsafe_pin_internals as incomplete. 2022-02-14 17:27:37 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00