blob: c4360341864fd2e05cf8977641e27df8d6308fec [file] [log] [blame]
//@ check-pass
//@ compile-flags:--test -Zunstable-options --nocapture
//@ normalize-stdout: "tests/rustdoc-ui/doctest" -> "$$DIR"
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
/// ```
/// println!("hello!");
/// eprintln!("stderr");
/// ```
pub struct Foo;