summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-98601-delimiter-error-unexpected-close.stderr
blob: 5e4b4dd3001a5bd2f23fa9963be4f68aed3e37f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unexpected closing delimiter: `)`
  --> $DIR/issue-98601-delimiter-error-unexpected-close.rs:5:17
   |
LL | fn main() {
   |           - this opening brace...
LL |     todo!();
LL | }
   | - ...matches this closing brace
LL |
LL | fn other(_: i32)) {}
   |                 ^ unexpected closing delimiter

error: aborting due to 1 previous error