We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a115fcd commit d5e8b61Copy full SHA for d5e8b61
src/libcore/sync/atomic.rs
@@ -103,7 +103,7 @@ use fmt;
103
///
104
/// On some platforms this function may not do anything at all.
105
#[inline]
106
-#[stable(feature = "spin_loop_hint", since = "1.23.0")]
+#[stable(feature = "spin_loop_hint", since = "1.24.0")]
107
pub fn spin_loop_hint() {
108
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
109
unsafe {
0 commit comments