Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
lint
/
rustdoc-group.rs
blob: 0d38c94ac0556a4d2839cfb5f2de36dec9d2833b [
file
] [
log
] [
blame
]
//@ 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