]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macros-no-semicolon.stderr
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
[rust.git] / src / test / ui / parser / macros-no-semicolon.stderr
1 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert_eq`
2   --> $DIR/macros-no-semicolon.rs:3:5
3    |
4 LL |     assert_eq!(1, 2)
5    |                     - expected one of `.`, `;`, `?`, `}`, or an operator
6 LL |     assert_eq!(3, 4)
7    |     ^^^^^^^^^ unexpected token
8
9 error: aborting due to previous error
10