rust/library/alloc
Jacob Pratt 46222ce6f8
Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt
Use `NonNull::without_provenance` within the standard library

This API removes the need for several `unsafe` blocks, and leads to clearer code. It uses feature `nonnull_provenance` (#135243).

Close #135343
2025-01-11 01:55:09 -05:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt 2025-01-11 01:55:09 -05:00
tests alloc: remove unsound IsZero for raw pointers 2025-01-10 18:48:48 +01:00
Cargo.toml Update compiler-builtins to 0.1.140 2024-12-27 22:26:08 +00:00