]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/deny-missing-docs-crate.rs
Move /src/test to /tests
[rust.git] / tests / rustdoc-ui / deny-missing-docs-crate.rs
1 #![deny(missing_docs)] //~ ERROR
2
3 pub struct Foo; //~ ERROR