]> git.proxmox.com Git - rustc.git/blame - tests/ui/macros/bang-after-name.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / macros / bang-after-name.stderr
CommitLineData
c295e0f8
XL
1error: macro names aren't followed by a `!`
2 --> $DIR/bang-after-name.rs:4:17
3 |
4LL | macro_rules! foo! {
5 | ^ help: remove the `!`
6
4b012472 7error: aborting due to 1 previous error
c295e0f8 8