summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-118295.rs
blob: b97681d956341bd1bae344187479d7fa75aef0fc (plain)
1
2
3
4
5
macro_rules! {}
//~^ ERROR cannot find macro `macro_rules` in this scope
//~| NOTE maybe you have forgotten to define a name for this `macro_rules!`

fn main() {}