blob: 65a56e03d9dfcf4c1c36261525d7ed7aa12e2dd8 [file] [log] [blame]
// check-pass
// compile-flags: -Z unstable-options --check
#![warn(missing_docs)]
//~^ WARN
//~^^ WARN
#![warn(rustdoc::all)]
pub fn foo() {}
//~^ WARN
//~^^ WARN