We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd61870 commit 0b78983Copy full SHA for 0b78983
src/test/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs
@@ -53,7 +53,7 @@ impl CodegenBackend for TheBackend {
53
rustc_symbol_mangling::provide(providers);
54
55
providers.target_features_whitelist = |tcx, _cnum| {
56
- tcx.arena.alloc(Default::default()) // Just a dummy
+ Default::default() // Just a dummy
57
};
58
providers.is_reachable_non_generic = |_tcx, _defid| true;
59
providers.exported_symbols = |_tcx, _crate| &[];
0 commit comments