Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
rustdoc-ui
/
check.rs
blob: 022c56214d451fafd197e8b13c21d3d27c6b1253 [
file
] [
log
] [
blame
]
// check-pass
// compile-flags: -Z unstable-options --check
#![
warn
(
missing_docs
)]
//~^ WARN
//~^^ WARN
#![
warn
(
rustdoc
)]
pub
fn
foo
()
{}
//~^ WARN
//~^^ WARN