rustc/tests/rustdoc-ui/lints/deny-missing-docs-crate.rs
2024-05-08 17:27:53 +02:00

4 lines
60 B
Rust

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