summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_4823.rs
blob: de17467c0efad51e613126a491a110b92da35537 (plain)
1
2
3
4
5
macro_rules! m {
    () => {
        type Type;
    };
}