about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2025-01-06 20:28:08 +0100
committerPietro Albini <pietro@pietroalbini.org>2025-01-08 20:02:18 +0100
commit4ae92b7adbafd018bf0c829a4691ffbb3933d8f0 (patch)
tree31d6f0fb67aca34f04bbf65a9b4ef57bc454e62f /src
parent6afee111c2faf86ba884ea748967130abad37b52 (diff)
downloadrust-4ae92b7adbafd018bf0c829a4691ffbb3933d8f0.tar.gz
rust-4ae92b7adbafd018bf0c829a4691ffbb3933d8f0.zip
update version placeholders
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc/src/check-cfg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/check-cfg.md b/src/doc/rustc/src/check-cfg.md
index f7e831dc8bd..c62ca9fd9ad 100644
--- a/src/doc/rustc/src/check-cfg.md
+++ b/src/doc/rustc/src/check-cfg.md
@@ -134,7 +134,7 @@ As of `2025-01-02T`, the list of known names is as follows:
  - `unix`
  - `windows`
 
-> Starting with CURRENT_RUSTC_VERSION, the `test` cfg is consider to be a "userspace" config
+> Starting with 1.85.0, the `test` cfg is consider to be a "userspace" config
 > despite being also set by `rustc` and should be managed by the build-system it-self.
 
 Like with `values(any())`, well known names checking can be disabled by passing `cfg(any())`