]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/rustdoc-group.rs
Merge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf' into libgccjit-codegen
[rust.git] / src / test / 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