summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/nocapture.rs
blob: 3eb38f2fb3b8b47f08d75349fc0c865b908e90ac (plain)
1
2
3
4
5
6
7
8
9
10
// check-pass
// compile-flags:--test -Zunstable-options --nocapture
// normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR"
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"

/// ```
/// println!("hello!");
/// eprintln!("stderr");
/// ```
pub struct Foo;