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

error: aborting due to previous error