rustc/tests/rustdoc-ui/lints/feature-gate-rustdoc_missing_doc_code_examples.rs
2024-05-08 17:27:53 +02:00

13 lines
306 B
Rust

#![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