提交 955f8610 编写于 作者: M Manish Goregaokar 提交者: Mazdak Farrokhzad

Update clippy

上级 ac162c6a
......@@ -487,7 +487,7 @@ dependencies = [
"regex-syntax",
"semver",
"serde",
"smallvec 0.6.10",
"smallvec 1.0.0",
"toml",
"unicode-normalization",
"url 2.1.0",
......
......@@ -570,7 +570,12 @@ fn run(self, builder: &Builder<'_>) {
let host_libs = builder
.stage_out(compiler, Mode::ToolRustc)
.join(builder.cargo_dir());
let target_libs = builder
.stage_out(compiler, Mode::ToolRustc)
.join(&self.host)
.join(builder.cargo_dir());
cargo.env("HOST_LIBS", host_libs);
cargo.env("TARGET_LIBS", target_libs);
// clippy tests need to find the driver
cargo.env("CLIPPY_DRIVER_PATH", clippy);
......
Subproject commit c8e3cfbdd997839c771ca32c7ac860fe95149a04
Subproject commit 3abdd2f1ced4cf3a44c7de88c5e39b3bb5037c4d
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册