blob: 09925eae51d273fc47f00e5065b5cde407c0a02e [file] [log] [blame]
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert_eq`
--> $DIR/macros-no-semicolon.rs:3:5
|
LL | assert_eq!(1, 2)
| - expected one of `.`, `;`, `?`, `}`, or an operator here
LL | assert_eq!(3, 4)
| ^^^^^^^^^ unexpected token
error: aborting due to previous error