blob: ce65ad2cf72c263c644c9740015d870c1d2a0513 [file] [log] [blame]
//@ check-pass
//@ compile-flags:--test --test-args --test-threads=1 --nocapture -Zunstable-options
//@ normalize-stdout: "tests/rustdoc-ui/doctest" -> "$$DIR"
//@ normalize-stderr: "tests/rustdoc-ui/doctest" -> "$$DIR"
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
//! ```
//! #[macro_export]
//! macro_rules! a_macro { () => {} }
//! ```