blob: 1b87b04148a889e0a9ac0d30aeb688cb838e7bb5 [file] [log] [blame]
//@ check-pass
//@ compile-flags:--test --test-args --test-threads=1 --no-capture -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 { () => {} }
//! ```