summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-rustdoc_internals.rs
blob: d2ff4f620098661406760c8ba73a833814636a71 (plain)
1
2
3
4
5
#[doc(keyword = "match")] //~ ERROR: `#[doc(keyword)]` is meant for internal use only
/// wonderful
mod foo {}

fn main() {}