We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1356 commit 6d93626Copy full SHA for 6d93626
src/doc/rustc/src/check-cfg.md
@@ -14,6 +14,9 @@ whether to check conditions and how to check them.
14
> **Note:** No implicit expectation is added when using `--cfg`. Users are expected to
15
pass all expected names and values using the _check cfg specification_.
16
17
+> **Note:** For interacting with this through Cargo,
18
+see [Cargo Specifics](check-cfg/cargo-specifics.md) page.
19
+
20
[^reachable]: `rustc` promises to at least check reachable `#[cfg]`, and while non-reachable
21
`#[cfg]` are not currently checked, they may well be checked in the future without it being a
22
breaking change.
0 commit comments