mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 13:07:37 +00:00
5 lines
181 B
Rust
5 lines
181 B
Rust
![]() |
// This test checks that we lint on the crate when it's missing a documentation.
|
||
|
//
|
||
|
//@ compile-flags: -Dmissing-docs --crate-type=lib
|
||
|
//~ ERROR missing documentation for the crate
|