summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-doc_notable_trait.rs
blob: 7f3392eadadb3c92a1a4837c6eeb5e44a4791489 (plain)
1
2
3
4
#[doc(notable_trait)] //~ ERROR: `#[doc(notable_trait)]` is experimental
trait SomeTrait {}

fn main() {}