Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
rustdoc-group.rs
blob: 0d38c94ac0556a4d2839cfb5f2de36dec9d2833b [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: --crate-type lib
#![
deny
(
rustdoc
)]
//~^ WARNING removed: use `rustdoc::all`
#![
deny
(
rustdoc
::
all
)]
// has no effect when run with rustc directly