Skip to content

Commit 0df0b85

Browse files
committedDec 16, 2023
add fixme
1 parent 4a1a202 commit 0df0b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/bootstrap/src/core/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ impl<'a> Builder<'a> {
11551155
pub fn cargo_clippy_cmd(&self, run_compiler: Compiler) -> Command {
11561156
let initial_sysroot_bin = self.initial_rustc.parent().unwrap();
11571157
// Set PATH to include the sysroot bin dir so clippy can find cargo.
1158+
// FIXME: once rust-clippy#11944 lands on beta, set `CARGO` directly instead.
11581159
let path = t!(env::join_paths(
11591160
// The sysroot comes first in PATH to avoid using rustup's cargo.
11601161
std::iter::once(PathBuf::from(initial_sysroot_bin))

0 commit comments

Comments
 (0)
Please sign in to comment.