about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-08-29 19:33:02 -0500
committerGitHub <noreply@github.com>2025-08-29 19:33:02 -0500
commited9e767c01ad257e4e86e40415aacf4019b64f7d (patch)
tree6e4a5a4b86dd73c9e7d05ef16bcd3276e85a85d0 /library/std/src/lib.rs
parent19ae97622f7b3825fda95e704a174bcd5b0f2cf0 (diff)
parentb951b5dca116803b89380aae55ce9053a4674f31 (diff)
downloadrust-ed9e767c01ad257e4e86e40415aacf4019b64f7d.tar.gz
rust-ed9e767c01ad257e4e86e40415aacf4019b64f7d.zip
Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=scottmcm
Stabilize `strict_provenance_atomic_ptr` feature

This closes [tracking issue](https://github.com/rust-lang/rust/issues/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 https://github.com/rust-lang/rust/issues/99108#issuecomment-3168260347
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 30a1b108817..9fc84128cb2 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -371,7 +371,6 @@
 #![feature(slice_range)]
 #![feature(std_internals)]
 #![feature(str_internals)]
-#![feature(strict_provenance_atomic_ptr)]
 #![feature(sync_unsafe_cell)]
 #![feature(temporary_niche_types)]
 #![feature(ub_checks)]