summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/rustdoc-all-only-stable-lints.rs
blob: e106d06aff592dd2e9e97b272336d2511df709b2 (plain)
1
2
3
4
5
6
// check-pass

// Ensure `rustdoc::all` only affects stable lints. See #106289.

#![deny(unknown_lints)]
#![allow(rustdoc::all)]