summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue_5882.rs
blob: e36f9965438b4bb0ff1c3d6f9e96bcb36afa0ada (plain)
1
2
3
4
5
6
7
macro_rules!foo{}
macro_rules!bar{/*comment*/}
macro_rules!baz{//comment
}
macro_rules!foobar{
//comment
}