rust/tests/rustdoc-ui/lints/deny-missing-docs-crate.rs
2023-04-29 11:36:19 -05:00

4 lines
60 B
Rust

#![deny(missing_docs)] //~ ERROR
pub struct Foo; //~ ERROR