mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +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
|