]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/hint.rs
Auto merge of #104456 - RalfJung:miri, r=RalfJung
[rust.git] / library / core / src / hint.rs
index 3412d3730d01175de0d2febcaa1d6615f4a05ff2..c53175ba4f3f0f7bb23c701eda24d79abfae5926 100644 (file)
@@ -220,7 +220,7 @@ pub fn spin_loop() {
 ///
 /// [`std::convert::identity`]: crate::convert::identity
 #[inline]
-#[stable(feature = "bench_black_box", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "bench_black_box", since = "1.66.0")]
 #[rustc_const_unstable(feature = "const_black_box", issue = "none")]
 pub const fn black_box<T>(dummy: T) -> T {
     crate::intrinsics::black_box(dummy)