Skip to content

Commit 0b78983

Browse files
committed
Fix fulldeps tests.
1 parent bd61870 commit 0b78983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl CodegenBackend for TheBackend {
5353
rustc_symbol_mangling::provide(providers);
5454

5555
providers.target_features_whitelist = |tcx, _cnum| {
56-
tcx.arena.alloc(Default::default()) // Just a dummy
56+
Default::default() // Just a dummy
5757
};
5858
providers.is_reachable_non_generic = |_tcx, _defid| true;
5959
providers.exported_symbols = |_tcx, _crate| &[];

0 commit comments

Comments
 (0)