We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716d401 + c1d1246 commit bcf18e5Copy full SHA for bcf18e5
src/cargo/core/compiler/build_context/target_info.rs
@@ -597,7 +597,7 @@ impl Flags {
597
/// provided) for artifacts that are always built for the host (plugins, build scripts, ...).
598
/// For those artifacts, _only_ `host.*.rustflags` is respected, and no other configuration
599
/// sources, _regardless of the value of `target-applies-to-host`_. This is counterintuitive, but
600
-/// necessary to retain bacwkards compatibility with older versions of Cargo.
+/// necessary to retain backwards compatibility with older versions of Cargo.
601
fn env_args(
602
config: &Config,
603
requested_kinds: &[CompileKind],
0 commit comments