Skip to content

Commit b7707bd

Browse files
committed
Fix error E0460 when compiled on Rustc repo
1 parent b5e6d6d commit b7707bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compile-test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn default_config() -> compiletest::Config {
5656
build_info.host_lib().join("test_build_base")
5757
};
5858
config.rustc_path = build_info.clippy_driver_path();
59+
config.clean_rmeta();
5960
config
6061
}
6162

0 commit comments

Comments
 (0)