rustc-dev-guide
rustc-dev-guide copied to clipboard
Add documentation for check-cfg by-default in UI tests
This PR adds some (very conservative) documentation for a new compiletest directive regarding check-cfg; as well as documentation regarding the use of the FALSE
cfg as convention for an always-false config.
Related to https://github.com/rust-lang/rust/pull/124345 and shouldn't be merged before that PR.