about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2022-02-14 19:17:21 +0000
committerGitHub <noreply@github.com>2022-02-14 19:17:21 +0000
commitbf2a9dc3750a69ec952be6eec75cb312a15c94b1 (patch)
treef0e671f60dd0676769d90c3d0586eb5327a3cb85 /compiler
parent002f627d383597a792afa14a8b9046659dabdaa2 (diff)
downloadrust-bf2a9dc3750a69ec952be6eec75cb312a15c94b1.tar.gz
rust-bf2a9dc3750a69ec952be6eec75cb312a15c94b1.zip
Update unsafe_pin_internals unstable version.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index ad0e1eac4b9..6b952e5aef1 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -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),