1
Fork 0
rust/src/test/ui/feature-gates/feature-gate-rustdoc_internals.rs

6 lines
110 B
Rust
Raw Normal View History

#[doc(keyword = "match")] //~ ERROR: `#[doc(keyword)]` is experimental
/// wonderful
mod foo {}
fn main() {}