diff --git a/src/bin/cargo/cli.rs b/src/bin/cargo/cli.rs index ed826be5804..243f6ac0773 100644 --- a/src/bin/cargo/cli.rs +++ b/src/bin/cargo/cli.rs @@ -36,6 +36,7 @@ pub fn main(config: &mut Config) -> CliResult { Available unstable (nightly-only) flags: -Z avoid-dev-deps -- Avoid installing dev-dependencies if possible + -Z extra-link-arg -- Allow `cargo:rustc-link-arg` in build scripts -Z minimal-versions -- Install minimal dependency versions instead of maximum -Z no-index-update -- Do not update the registry, avoids a network request for benchmarking -Z unstable-options -- Allow the usage of unstable options