]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/feature-gate-rustdoc_missing_doc_code_examples.rs
Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
[rust.git] / src / test / rustdoc-ui / feature-gate-rustdoc_missing_doc_code_examples.rs
1 #![deny(unknown_lints)]
2 //~^ NOTE defined here
3
4 #![allow(rustdoc::missing_doc_code_examples)]
5 //~^ ERROR unknown lint
6 //~| ERROR unknown lint
7 //~| NOTE lint is unstable
8 //~| NOTE lint is unstable
9 //~| NOTE see issue
10 //~| NOTE see issue