We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mod m { macro_rules! k { () => () } } fn main() { k!(); }
<anon>:8:5: 8:6 error: macro undefined: 'k!' <anon>:8 k!(); ^ <anon>:8:5: 8:6 help: did you mean `k!`?
The help message is off the point.