]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rustdoc-group.rs
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / ui / lint / rustdoc-group.rs
1 // check-pass
2 // compile-flags: --crate-type lib
3 #![deny(rustdoc)]
4 //~^ WARNING removed: use `rustdoc::all`
5 #![deny(rustdoc::all)] // has no effect when run with rustc directly