rustc/tests/rustdoc-ui/rustdoc-all-only-stable-lints.rs
2023-09-11 11:26:34 +02:00

7 lines
129 B
Rust

// check-pass
// Ensure `rustdoc::all` only affects stable lints. See #106289.
#![deny(unknown_lints)]
#![allow(rustdoc::all)]