rust/tests/ui/feature-gates/feature-gate-doc_masked.rs
2023-01-11 09:32:08 +00:00

5 lines
102 B
Rust

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