Skip to content

Commit

Permalink
Fix fulldeps tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Apr 28, 2020
1 parent bd61870 commit 0b78983
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ impl CodegenBackend for TheBackend {
rustc_symbol_mangling::provide(providers);

providers.target_features_whitelist = |tcx, _cnum| {
tcx.arena.alloc(Default::default()) // Just a dummy
Default::default() // Just a dummy
};
providers.is_reachable_non_generic = |_tcx, _defid| true;
providers.exported_symbols = |_tcx, _crate| &[];
Expand Down

0 comments on commit 0b78983

Please sign in to comment.