rust/library/alloc
Jubilee 5ee13ae513
Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee
Split `boxed.rs` into a few modules

I wanted to add an impl for `Box<_>`, but was quickly discouraged by the 3K file. This splits off a couple bits, making it at least a bit more manageable.

r? ````@workingjubilee```` (I think you are not bothered by refactorings like this?)
2024-10-29 03:11:42 -07:00
..
benches move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00
src Split boxed.rs into a few modules 2024-10-28 12:29:19 -07:00
tests New lint: dangling_pointers_from_temporaries 2024-10-28 14:16:05 +03:00
Cargo.toml Update compiler-builtins to 0.1.134 2024-10-19 11:47:43 -04:00