blob: 2355d6a3d6cbc24a4502d9a9644c730e96e643e2 [file] [log] [blame]
// compile-flags: -Z unstable-options --check
#![deny(missing_docs)]
#![deny(rustdoc::all)]
//! ```rust,testharness
//~^ ERROR
//! let x = 12;
//! ```
pub fn foo() {}
//~^ ERROR
//~^^ ERROR
/// hello
//~^ ERROR
///
/// ```rust,testharness
/// let x = 12;
/// ```
pub fn bar() {}