Files
rust/src/test/rustdoc-ui/check-fail.rs

11 lines
151 B
Rust
Raw Normal View History

2020-11-12 14:58:07 +01:00
// compile-flags: -Z unstable-options --check
#![deny(missing_docs)]
//~^ ERROR
//~^^ ERROR
#![deny(rustdoc)]
pub fn foo() {}
//~^ ERROR
//~^^ ERROR