Skip to content

Commit

Permalink
Fix error E0460 when compiled on Rustc repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Feb 7, 2020
1 parent b5e6d6d commit b7707bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compile-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn default_config() -> compiletest::Config {
build_info.host_lib().join("test_build_base")
};
config.rustc_path = build_info.clippy_driver_path();
config.clean_rmeta();
config
}

Expand Down

0 comments on commit b7707bd

Please sign in to comment.