Sign in
fuchsia
/
third_party
/
rust
/
9ffe161ce8a016fa98b6a6d6b269691cb3a44c46
/
.
/
tests
/
rustdoc-ui
/
lints
/
deny-missing-docs-crate.rs
blob: b74eba3f66b81272a8d2a354cd0ac241b518545e [
file
] [
log
] [
blame
]
#![
deny
(
missing_docs
)]
//~ ERROR
pub
struct
Foo
;
//~ ERROR