summary refs log tree commit diff
path: root/src/test/ui/macros/assert_eq_trailing_comma.stderr
blob: 1b46e94584e6b33d507b03b99fa0dc8734102a11 (plain)
1
2
3
4
5
6
7
8
error: unexpected end of macro invocation
  --> $DIR/assert_eq_trailing_comma.rs:12:20
   |
12 |     assert_eq!(1, 1,);
   |                    ^

error: aborting due to previous error