Skip to content

Commit 1e47626

Browse files
committed
Auto merge of #9271 - jonhoo:patch-in-config-in-help, r=ehuss
Add CLI help text for patch-in-config Tracking issue: #9269
2 parents 434be94 + 6d2728d commit 1e47626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo/cli.rs

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Available unstable (nightly-only) flags:
4545
-Z terminal-width -- Provide a terminal width to rustc for error truncation
4646
-Z namespaced-features -- Allow features with `dep:` prefix
4747
-Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
48+
-Z patch-in-config -- Allow `[patch]` sections in .cargo/config.toml files
4849
4950
Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
5051
);

0 commit comments

Comments
 (0)