rust/library
Matthias Krüger e3ca397593
Rollup merge of - lukas-code:nonnull_as_ref, r=Amanieu
`const`-stablilize `NonNull::as_ref`

A bunch of pointer to reference methods have been made unstably const some time ago in  under the feature gate `const_ptr_as_ref`.
Out of these, `NonNull::as_ref` can be implemented as a `const fn` in stable rust today, so i hereby propose to const stabilize this function only.

Tracking issue: 

``@rustbot`` label +T-libs-api -T-libs
2023-07-30 20:36:34 +02:00
..
alloc Rollup merge of - ryanoneill:vec-indexing-doc-language, r=workingjubilee 2023-07-30 14:25:10 +02:00
backtrace@e1c49fbd61 Update std to backtrace 0.3.68 2023-07-02 17:02:45 -07:00
core Rollup merge of - lukas-code:nonnull_as_ref, r=Amanieu 2023-07-30 20:36:34 +02:00
panic_abort
panic_unwind
portable-simd Sync portable-simd to 2023 July 07 2023-07-07 04:07:00 -07:00
proc_macro Hide ToString implementations that specialize the default ones 2023-07-24 23:37:35 +09:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of - vidhanio:master, r=workingjubilee 2023-07-30 20:36:33 +02:00
stdarch@d77878b729
sysroot
test Auto merge of - matthiaskrgr:clippy_07_2023, r=fee1-dead 2023-07-23 14:09:19 +00:00
unwind support for mips32r6 as a target_arch value 2023-07-18 18:58:18 +08:00