We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01c5dd commit 8199f85Copy full SHA for 8199f85
src/cargo/core/compiler/build_context/target_info.rs
@@ -596,7 +596,7 @@ fn env_args(
596
return Ok(Vec::new());
597
}
598
599
- // First try CARG_ENCODED_RUSTFLAGS from the environment.
+ // First try CARGO_ENCODED_RUSTFLAGS from the environment.
600
// Prefer this over RUSTFLAGS since it's less prone to encoding errors.
601
if let Ok(a) = env::var(format!("CARGO_ENCODED_{}", name)) {
602
let args = a
0 commit comments