You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/check-cfg/cargo-specifics.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ the `unexpected_cfgs` lint and `--check-cfg` flag. It is not intended to provide
13
13
individual details, for that refer to the [`--check-cfg` documentation](../check-cfg.md) and
14
14
to the [Cargo book](../../cargo/index.html).
15
15
16
+
> The full list of well known cfgs (aka builtins) can be found under [Checking conditional configurations / Well known names and values](../check-cfg.md#well-known-names-and-values).
17
+
16
18
## Cargo feature
17
19
18
20
*See the [`[features]` section in the Cargo book][cargo-features] for more details.*
0 commit comments