blob: 6c190f9befac8c9114f175e24ef053d3ee015efe [file] [log] [blame]
#![deny(invalid_doc_attributes)]
#![feature(doc_cfg)]
#![doc(auto_cfg(hide = "test"))] //~ ERROR
#![doc(auto_cfg(hide))] //~ ERROR
#![doc(auto_cfg(hide(not(windows))))] //~ ERROR