rust/library/alloc
Bart Jacobs d9dc20c752 raw_vec.rs: Remove superfluous fn alloc_guard
It checks that its argument is at most isize::MAX, but it is called
only with layout sizes, which are already guaranteed to be at most
isize::MAX.
2025-09-03 07:34:32 +02:00
..
src raw_vec.rs: Remove superfluous fn alloc_guard 2025-09-03 07:34:32 +02:00
Cargo.toml Remove compiler-builtins-mangled-names 2025-07-25 19:21:20 -05:00