Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf2a9dc

Browse files
authoredFeb 14, 2022
Update unsafe_pin_internals unstable version.
1 parent 002f627 commit bf2a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ declare_features! (
163163
(active, test_2018_feature, "1.31.0", None, Some(Edition::Edition2018)),
164164
/// Allows non-`unsafe` —and thus, unsound— access to `Pin` constructions.
165165
/// Marked `incomplete` since perma-unstable and unsound.
166-
(incomplete, unsafe_pin_internals, "1.61.0", None, None),
166+
(incomplete, unsafe_pin_internals, "1.60.0", None, None),
167167
/// Use for stable + negative coherence and strict coherence depending on trait's
168168
/// rustc_strict_coherence value.
169169
(active, with_negative_coherence, "1.60.0", None, None),

0 commit comments

Comments
 (0)
Failed to load comments.