mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +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
|