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