We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4085421 commit 533e3f0Copy full SHA for 533e3f0
compiler/rustc_session/src/config.rs
@@ -1435,6 +1435,9 @@ impl CheckCfg {
1435
//
1436
// When adding a new config here you should also update
1437
// `tests/ui/check-cfg/well-known-values.rs`.
1438
+ //
1439
+ // Don't forget to update `src/doc/unstable-book/src/compiler-flags/check-cfg.md`
1440
+ // in the unstable book as well!
1441
1442
ins!(sym::debug_assertions, no_values);
1443
0 commit comments