about summary refs log tree commit diff
path: root/tests/rustdoc/cfg-bool.rs
AgeCommit message (Collapse)AuthorLines
2025-06-03* Add test case for `cfg(false)` on module levelGuillaume Gomez-3/+7
* Fix typo * Remove usage of `!has`
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-0/+13
before we had an extra 'on' that was ungramatical. fixes https://github.com/rust-lang/rust/issues/138112