Files
rust/library/alloc/src
Stuart Cook d71a9b6bcf Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35
raw_vec.rs: Remove superfluous fn alloc_guard

`alloc_guard` 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-04 10:01:53 +10:00
..
2025-09-01 21:38:26 -04:00
2025-08-20 20:31:33 -04:00
2025-08-20 17:08:46 +01:00
2025-09-01 21:38:26 -04:00
2025-09-01 21:38:26 -04:00