]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/bang-after-name.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.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 previous error
8