summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-60075.stderr
blob: b40412aba5586ddff103ef86d47a26c250ad7ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/issue-60075.rs:4:31
   |
LL |     fn qux() -> Option<usize> {
   |                               ^ unclosed delimiter
LL |         let _ = if true {
LL |         });
   |          ^ mismatched closing delimiter

error: aborting due to 1 previous error