mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-09 10:11:06 +00:00
11 lines
283 B
Rust
11 lines
283 B
Rust
//@ 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;
|