]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rustdoc-group.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[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