summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/doctest/doctest-macro-38219.rs
blob: 6c81df110856e4065e96c8bcd00a7e98e5f1f613 (plain)
1
2
3
4
5
6
7
8
9
10
// https://github.com/rust-lang/rust/issues/38219

// compile-flags:--test
// should-fail

/// ```
/// fail
/// ```
#[macro_export]
macro_rules! foo { () => {} }