diff options
| author | the8472 <the8472@users.noreply.github.com> | 2021-09-22 19:03:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 19:03:20 +0200 |
| commit | 00635511dbc093ae4e4a494c1d54f17397c107b4 (patch) | |
| tree | dadac0c66c56192812ac3ecd7a4e05385ec2e7ce /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | cfff31bc833070a00578bd6178160aeed56f28ba (diff) | |
| parent | be5a5b70b48ce6d9111bea36a11c9c8827960251 (diff) | |
| download | rust-00635511dbc093ae4e4a494c1d54f17397c107b4.tar.gz rust-00635511dbc093ae4e4a494c1d54f17397c107b4.zip | |
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.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
