Skip to content

Commit 8199f85

Browse files
jonhoocuviper
andauthored
Update src/cargo/core/compiler/build_context/target_info.rs
Co-authored-by: Josh Stone <cuviper@gmail.com>
1 parent a01c5dd commit 8199f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/build_context/target_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ fn env_args(
596596
return Ok(Vec::new());
597597
}
598598

599-
// First try CARG_ENCODED_RUSTFLAGS from the environment.
599+
// First try CARGO_ENCODED_RUSTFLAGS from the environment.
600600
// Prefer this over RUSTFLAGS since it's less prone to encoding errors.
601601
if let Ok(a) = env::var(format!("CARGO_ENCODED_{}", name)) {
602602
let args = a

0 commit comments

Comments
 (0)