Skip to content

Commit

Permalink
Update unsafe_pin_internals unstable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Feb 14, 2022
1 parent 002f627 commit bf2a9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ declare_features! (
(active, test_2018_feature, "1.31.0", None, Some(Edition::Edition2018)),
/// Allows non-`unsafe` —and thus, unsound— access to `Pin` constructions.
/// Marked `incomplete` since perma-unstable and unsound.
(incomplete, unsafe_pin_internals, "1.61.0", None, None),
(incomplete, unsafe_pin_internals, "1.60.0", None, None),
/// Use for stable + negative coherence and strict coherence depending on trait's
/// rustc_strict_coherence value.
(active, with_negative_coherence, "1.60.0", None, None),
Expand Down

0 comments on commit bf2a9dc

Please sign in to comment.