summary refs log tree commit diff
path: root/src/test/ui/parser/macro-mismatched-delim-brace-paren.stderr
blob: 93c5ab383d48804bf44999e82ca67cda69ea0f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/macro-mismatched-delim-brace-paren.rs:6:5
   |
LL |     foo! {
   |          - unclosed delimiter
LL |         bar, "baz", 1, 2.0
LL |     )
   |     ^ mismatched closing delimiter

error: aborting due to previous error