We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b316723 + e7f58b4 commit 23ce619Copy full SHA for 23ce619
src/conditional-compilation.md
@@ -83,7 +83,7 @@ It is not possible to set a
83
configuration option from within the source code of the crate being compiled.
84
85
> **Note**: For `rustc`, arbitrary-set configuration options are set using the
86
-> [`--cfg`] flag.
+> [`--cfg`] flag. Configuration values for a specified target can be displayed with `rustc --print cfg --target $TARGET`.
87
88
> **Note**: Configuration options with the key `feature` are a convention used
89
> by [Cargo][cargo-feature] for specifying compile-time options and optional
0 commit comments