We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8ac3 commit d29f661Copy full SHA for d29f661
compiler/rustc_codegen_cranelift/patches/0027-stdlib-128bit-atomic-operations.patch
@@ -55,6 +55,7 @@ index d9de37e..8293fce 100644
55
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
56
57
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
58
+- cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
59
- "i128",
60
- "#![feature(integer_atomics)]\n\n",
61
- atomic_min, atomic_max,
@@ -74,6 +75,7 @@ index d9de37e..8293fce 100644
74
75
76
77
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
78
79
- "u128",
80
81
- atomic_umin, atomic_umax,
0 commit comments