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