]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/malformed_macro_lhs.stderr
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.git] / src / test / ui / macros / malformed_macro_lhs.stderr
1 error: invalid macro matcher; matchers must be contained in balanced delimiters
2   --> $DIR/malformed_macro_lhs.rs:2:5
3    |
4 LL |     t => (1);
5    |     ^
6
7 error: aborting due to previous error
8