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