mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
59e0af68ab
Add missing checks for `doc(cfg_hide(...))` Part of #43781. The `doc(cfg_hide(...))` attribute can only be used at the crate level and takes a list of attributes as argument. r? ```@Manishearth```