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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
125 B
Rust
Raw Normal View History

2021-11-08 20:00:22 +01:00
#[doc(keyword = "match")] //~ ERROR: `#[doc(keyword)]` is meant for internal use only
/// wonderful
mod foo {}
fn main() {}