]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/pin.rs
Auto merge of #107738 - matthiaskrgr:rollup-o18lzi8, r=matthiaskrgr
[rust.git] / library / core / src / pin.rs
index ec0c9984841e68089536f9836cfe70e5bb7dcd81..febe57dc90bc77012547612c94976221b872abf9 100644 (file)
@@ -1164,7 +1164,7 @@ impl<P, U> DispatchFromDyn<Pin<U>> for Pin<P> where P: DispatchFromDyn<U> {}
 /// constructor.
 ///
 /// [`Box::pin`]: ../../std/boxed/struct.Box.html#method.pin
-#[stable(feature = "pin_macro", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "pin_macro", since = "1.68.0")]
 #[rustc_macro_transparency = "semitransparent"]
 #[allow_internal_unstable(unsafe_pin_internals)]
 pub macro pin($value:expr $(,)?) {