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.
atomic_lock_free
1 parent 0436710 commit 83641a9Copy full SHA for 83641a9
src/test/run-make/atomic-lock-free/atomic_lock_free.rs
@@ -20,6 +20,8 @@ extern "rust-intrinsic" {
20
trait Sized {}
21
#[lang = "copy"]
22
trait Copy {}
23
+#[lang = "freeze"]
24
+trait Freeze {}
25
26
#[cfg(target_has_atomic = "8")]
27
pub unsafe fn atomic_u8(x: *mut u8) {
0 commit comments