about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/query.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-25 21:06:33 +0200
committerGitHub <noreply@github.com>2023-04-25 21:06:33 +0200
commit94dfb3ba78e211ea2a650b7aaeff2b79e0235003 (patch)
treed85c6bc6349d55030fff556fdb7b3f4afd4fffe8 /compiler/rustc_mir_transform/src/coverage/query.rs
parent8d00a8d11ee0f0c08d1eff0a3fd33ca89ed6a535 (diff)
parent57316559e4d6161ee1ac66d1c8db68562bdd0eaa (diff)
downloadrust-94dfb3ba78e211ea2a650b7aaeff2b79e0235003.tar.gz
rust-94dfb3ba78e211ea2a650b7aaeff2b79e0235003.zip
Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum
Fix no_global_oom_handling build

`provide_sorted_batch` in core is incorrectly marked with `#[cfg(not(no_global_oom_handling))]` which prevents core from building with the cfg enabled.

Nothing in `core` allocates memory (including this function). The `cfg` gate is incorrect.

cc ``@dpaoliello``
r? ``@wesleywiser``

The cfg was added by #107191
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/query.rs')
0 files changed, 0 insertions, 0 deletions