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 b5b1356 commit 9d9a9abCopy full SHA for 9d9a9ab
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
+For interacing with this through Cargo,
18
+see [Cargo Specifics - Checking Conditional Configurations](check-cfg/cargo-specifics.md).
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