2021-06-11 15:11:35 -05:00
|
|
|
// check-pass
|
|
|
|
// compile-flags:--test -Zunstable-options --nocapture
|
2023-01-05 02:45:44 -06:00
|
|
|
// normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR"
|
2021-06-11 15:11:35 -05:00
|
|
|
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
|
|
|
|
|
|
|
/// ```
|
|
|
|
/// println!("hello!");
|
|
|
|
/// eprintln!("stderr");
|
|
|
|
/// ```
|
|
|
|
pub struct Foo;
|