rust/library/alloc
the8472 00635511db
Rollup merge of #89036 - nbdd0121:alloc, r=yaahc
Fix missing `no_global_oom_handling` cfg-gating

Cfg-gate these trait impls that are neglected.

These functions compile now because they use `box` syntax which depends on `exchange_malloc` during codegen only; as a result they compiles with cfg `no_global_oom_handling` but shouldn't.

Discovered in #89030 because that PR makes `box` syntax depend on `exchange_malloc` lang item during MIR construction.
2021-09-22 19:03:20 +02:00
..
benches add benchmark for BTreeMap::from_iter 2021-08-28 17:18:43 -07:00
src Rollup merge of #89036 - nbdd0121:alloc, r=yaahc 2021-09-22 19:03:20 +02:00
tests Stabilize Iterator::map_while 2021-09-17 19:42:46 +03:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00