Skip to content

Commit dc61e11

Browse files
authored
Update mod.rs
1 parent 13ae438 commit dc61e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ fn build_base_args(
10081008
.env("RUSTC_BOOTSTRAP", "1");
10091009
}
10101010

1011-
// Add `CARGO_BIN_` environment variables for building tests.
1011+
// Add `CARGO_BIN_EXE_` environment variables for building tests.
10121012
if unit.target.is_test() || unit.target.is_bench() {
10131013
for bin_target in unit
10141014
.pkg

0 commit comments

Comments
 (0)