rustc/tests/ui/feature-gates/feature-gate-doc_masked.rs
2023-08-02 11:30:00 +02:00

5 lines
102 B
Rust

#[doc(masked)] //~ ERROR: `#[doc(masked)]` is experimental
extern crate std as realstd;
fn main() {}