From 6d2728d91ab5999081b25b1a5307d08bfdae141c Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 15 Mar 2021 16:23:29 -0700 Subject: [PATCH] Add CLI help text for patch-in-config --- src/bin/cargo/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/cargo/cli.rs b/src/bin/cargo/cli.rs index ad8f1f763e6..9c609ca5e77 100644 --- a/src/bin/cargo/cli.rs +++ b/src/bin/cargo/cli.rs @@ -45,6 +45,7 @@ Available unstable (nightly-only) flags: -Z terminal-width -- Provide a terminal width to rustc for error truncation -Z namespaced-features -- Allow features with `dep:` prefix -Z weak-dep-features -- Allow `dep_name?/feature` feature syntax + -Z patch-in-config -- Allow `[patch]` sections in .cargo/config.toml files Run with 'cargo -Z [FLAG] [SUBCOMMAND]'" );