]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/bang-after-name.stderr
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[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