Skip to content

Commit 6d93626

Browse files
committed
docs(rustc): Help users to check-cfg Cargo docs
1 parent b5b1356 commit 6d93626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rustc/src/check-cfg.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ whether to check conditions and how to check them.
1414
> **Note:** No implicit expectation is added when using `--cfg`. Users are expected to
1515
pass all expected names and values using the _check cfg specification_.
1616

17+
> **Note:** For interacting with this through Cargo,
18+
see [Cargo Specifics](check-cfg/cargo-specifics.md) page.
19+
1720
[^reachable]: `rustc` promises to at least check reachable `#[cfg]`, and while non-reachable
1821
`#[cfg]` are not currently checked, they may well be checked in the future without it being a
1922
breaking change.

0 commit comments

Comments
 (0)