rust/library/alloc
Josh Triplett a105cd6066 Use field init shorthand where possible
Field init shorthand allows writing initializers like `tcx: tcx` as
`tcx`. The compiler already uses it extensively. Fix the last few places
where it isn't yet used.
2024-12-17 14:33:10 -08:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src Use field init shorthand where possible 2024-12-17 14:33:10 -08:00
tests Move some alloc tests to the alloctests crate 2024-12-04 14:32:04 +00:00
Cargo.toml Update compiler_builtins to 0.1.138 and pin it 2024-11-03 17:43:16 -06:00