summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-38219.rs
blob: fa57c58c761848b15722de858cc51e4bcdcdf6d6 (plain)
1
2
3
4
5
6
7
8
// compile-flags:--test
// should-fail

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