]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/deny-missing-docs-crate.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / rustdoc-ui / deny-missing-docs-crate.rs
1 #![deny(missing_docs)] //~ ERROR
2
3 pub struct Foo; //~ ERROR