Files
rust/library/alloc/src
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
..
2020-07-27 19:51:13 -05:00
2021-08-22 15:35:11 +02:00
2021-09-15 03:06:53 +00:00
2021-09-08 20:51:05 -04:00
2021-08-28 20:20:22 +02:00
2021-06-23 16:26:46 -04:00
2021-06-23 16:26:46 -04:00
2021-08-17 07:15:54 +00:00
2021-04-21 15:45:41 +02:00