rust/tests/rustdoc/doctest/doctest-macro-38219.rs

11 lines
162 B
Rust
Raw Normal View History

2023-11-20 18:50:25 +00:00
// https://github.com/rust-lang/rust/issues/38219
// compile-flags:--test
// should-fail
/// ```
/// fail
/// ```
#[macro_export]
macro_rules! foo { () => {} }