Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
src
/
test
/
rustdoc-ui
/
check.rs
blob: 65a56e03d9dfcf4c1c36261525d7ed7aa12e2dd8 [
file
] [
log
] [
blame
] [
edit
]
// check-pass
// compile-flags: -Z unstable-options --check
#![
warn
(
missing_docs
)]
//~^ WARN
//~^^ WARN
#![
warn
(
rustdoc
::
all
)]
pub
fn
foo
()
{}
//~^ WARN
//~^^ WARN