summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.rs
blob: c34ea0567a9d4f1430271e4da9199c7d562ee0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#![deny(unknown_lints)]
//~^ NOTE defined here
#![allow(rustdoc::missing_doc_code_examples)]
//~^ ERROR unknown lint
//~| ERROR unknown lint
//~| ERROR unknown lint
//~| NOTE lint is unstable
//~| NOTE lint is unstable
//~| NOTE lint is unstable
//~| NOTE see issue
//~| NOTE see issue
//~| NOTE see issue