]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/deny-missing-docs-crate.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / rustdoc-ui / deny-missing-docs-crate.rs
1 #![deny(missing_docs)] //~ ERROR
2
3 pub struct Foo; //~ ERROR