diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2025-06-09 12:17:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 12:17:55 -0500 |
| commit | fd06f6d6582bccb4198e13d701ad039258cd8a62 (patch) | |
| tree | 0a49263d63cd43823190a40302c952ad355dbb41 /library/std/src/lib.rs | |
| parent | facc5da22cea0455e11d8385ab34c8a26787e529 (diff) | |
| parent | 3164ca8bb4ad6af6114926a4160edd95bbb18872 (diff) | |
| download | rust-fd06f6d6582bccb4198e13d701ad039258cd8a62.tar.gz rust-fd06f6d6582bccb4198e13d701ad039258cd8a62.zip | |
Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee
stabilize nonnull_provenance Fixes https://github.com/rust-lang/rust/issues/135243 FCP passed in https://github.com/rust-lang/rust/issues/135243
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 7c54e731edc..2bb7a63772d 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -351,7 +351,6 @@ #![feature(lazy_get)] #![feature(maybe_uninit_slice)] #![feature(maybe_uninit_write_slice)] -#![feature(nonnull_provenance)] #![feature(panic_can_unwind)] #![feature(panic_internals)] #![feature(pin_coerce_unsized_trait)] |
