]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/bang-after-name.stderr
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
[rust.git] / src / test / 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