summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/nested-macro-rules-47639.rs
blob: 210b1e79cd2f5acec3bdeb85b1255be0e30e6b9f (plain)
1
2
3
4
5
6
7
8
9
// check-pass
// This should not ICE

// https://github.com/rust-lang/rust/issues/47639
pub fn test() {
    macro_rules! foo {
        () => ()
    }
}