Skip to content

Commit 328625a

Browse files
authored
Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=scottmcm
Stabilize `strict_provenance_atomic_ptr` feature This closes [tracking issue](rust-lang/rust#99108) and stabilises `AtomicPtr::{fetch_ptr_add, fetch_ptr_sub, fetch_byte_add, fetch_byte_sub, fetch_or, fetch_and, fetch_xor}` --- EDIT: FCP completed at rust-lang/rust#99108 (comment)
2 parents 62c53f2 + 6dfddd3 commit 328625a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pass/atomic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//@[tree]compile-flags: -Zmiri-tree-borrows
33
//@compile-flags: -Zmiri-strict-provenance
44

5-
#![feature(strict_provenance_atomic_ptr)]
65
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
76
#![allow(static_mut_refs)]
87

0 commit comments

Comments
 (0)