blob: f70b033615139da5f708d95cfc9685caf4e0febc [file] [log] [blame]
// check-pass
// compile-flags: -Z unstable-options --check
// normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
#![feature(rustdoc_missing_doc_code_examples)]
//~^ WARN
//~^^ WARN
#![warn(missing_docs)]
#![warn(rustdoc::all)]
pub fn foo() {}
//~^ WARN
//~^^ WARN