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