File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ fn build_base_args(
1008
1008
. env ( "RUSTC_BOOTSTRAP" , "1" ) ;
1009
1009
}
1010
1010
1011
- // Add `CARGO_BIN_ ` environment variables for building tests.
1011
+ // Add `CARGO_BIN_EXE_ ` environment variables for building tests.
1012
1012
if unit. target . is_test ( ) || unit. target . is_bench ( ) {
1013
1013
for bin_target in unit
1014
1014
. pkg
Original file line number Diff line number Diff line change @@ -4415,7 +4415,7 @@ fn panic_abort_test_profile_inherits() {
4415
4415
4416
4416
#[ cargo_test]
4417
4417
fn bin_env_for_test ( ) {
4418
- // Test for the `CARGO_BIN_ ` environment variables for tests.
4418
+ // Test for the `CARGO_BIN_EXE_ ` environment variables for tests.
4419
4419
//
4420
4420
// Note: The Unicode binary uses a `[[bin]]` definition because different
4421
4421
// filesystems normalize utf-8 in different ways. For example, HFS uses
You can’t perform that action at this time.
0 commit comments