We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d481788 commit a941a52Copy full SHA for a941a52
src/bin/cargo/cli.rs
@@ -43,7 +43,7 @@ Available unstable (nightly-only) flags:
43
-Z doctest-xcompile -- Compile and run doctests for non-host target using runner config
44
-Z terminal-width -- Provide a terminal width to rustc for error truncation
45
-Z namespaced-features -- Allow features with `dep:` prefix
46
- -Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
+ -Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
47
48
Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
49
);
0 commit comments