rustc/tests/rustdoc/doctest/doctest-macro-38219.rs
2024-06-21 09:39:33 +02:00

11 lines
164 B
Rust

// https://github.com/rust-lang/rust/issues/38219
//@ compile-flags:--test
//@ should-fail
/// ```
/// fail
/// ```
#[macro_export]
macro_rules! foo { () => {} }