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