We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e9fc5 commit 4085421Copy full SHA for 4085421
src/doc/unstable-book/src/compiler-flags/check-cfg.md
@@ -77,10 +77,11 @@ Those well known names and values follows the same stability as what they refer
77
Well known names and values checking is always enabled as long as at least one
78
`--check-cfg` argument is present.
79
80
-As of `2024-01-09T`, the list of known names is as follows:
+As of `2024-02-15T`, the list of known names is as follows:
81
82
<!--- See CheckCfg::fill_well_known in compiler/rustc_session/src/config.rs -->
83
84
+ - `clippy`
85
- `debug_assertions`
86
- `doc`
87
- `doctest`
0 commit comments