about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2025-01-25 12:37:29 +0100
committerUrgau <urgau@numericable.fr>2025-01-25 12:37:29 +0100
commit74223e46672fd1bc4b6020abb6a97c7ef91b5ce1 (patch)
tree8c021ef43575fd62db4d6de196911ed8cb51e025
parentc5ea75a5df47f606c29b79fefb9bbf541b092bbd (diff)
downloadrust-74223e46672fd1bc4b6020abb6a97c7ef91b5ce1.tar.gz
rust-74223e46672fd1bc4b6020abb6a97c7ef91b5ce1.zip
Refer to the well known names from Cargo check-cfg specifics doc
-rw-r--r--src/doc/rustc/src/check-cfg/cargo-specifics.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/check-cfg/cargo-specifics.md b/src/doc/rustc/src/check-cfg/cargo-specifics.md
index bd4bebbc874..371bbd26e94 100644
--- a/src/doc/rustc/src/check-cfg/cargo-specifics.md
+++ b/src/doc/rustc/src/check-cfg/cargo-specifics.md
@@ -13,6 +13,8 @@ the `unexpected_cfgs` lint and `--check-cfg` flag. It is not intended to provide
 individual details, for that refer to the [`--check-cfg` documentation](../check-cfg.md) and
 to the [Cargo book](../../cargo/index.html).
 
+> 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).
+
 ## Cargo feature
 
 *See the [`[features]` section in the Cargo book][cargo-features] for more details.*