mirror of https://github.com/rust-lang/rust.git
11 lines
293 B
Rust
11 lines
293 B
Rust
//@ check-pass
|
|
//@ compile-flags:--test -Zunstable-options --nocapture
|
|
//@ normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
|
|
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
|
|
|
|
/// ```
|
|
/// println!("hello!");
|
|
/// eprintln!("stderr");
|
|
/// ```
|
|
pub struct Foo;
|