We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e10ea6 commit 8c186afCopy full SHA for 8c186af
src/doc/rustc/src/command-line-arguments.md
@@ -12,7 +12,7 @@ This flag can turn on or off various `#[cfg]` settings.
12
13
The value can either be a single identifier or two identifiers separated by `=`.
14
15
-For examples, `--cfg 'verbose'` or `--cfg 'feature=serde'`. These correspond
+For examples, `--cfg 'verbose'` or `--cfg 'feature="serde"'`. These correspond
16
to `#[cfg(verbose)]` and `#[cfg(feature = "serde")]` respectively.
17
18
## `-L`: add a directory to the library search path
0 commit comments