Skip to content

Commit bcf18e5

Browse files
committed
Auto merge of #11025 - hi-rustin:rustin-patch-typo, r=Eh2406
Fix typo Just fix a typo. bacwkards -> backwards
2 parents 716d401 + c1d1246 commit bcf18e5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ impl Flags {
597597
/// provided) for artifacts that are always built for the host (plugins, build scripts, ...).
598598
/// For those artifacts, _only_ `host.*.rustflags` is respected, and no other configuration
599599
/// 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.
600+
/// necessary to retain backwards compatibility with older versions of Cargo.
601601
fn env_args(
602602
config: &Config,
603603
requested_kinds: &[CompileKind],

0 commit comments

Comments
 (0)