summary refs log tree commit diff
path: root/src/test/ui/parser/unclosed-braces.stderr
blob: 3fdfdc0a809024ca1d0ab3cb05729bee390fb5a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: this file contains an un-closed delimiter
  --> $DIR/unclosed-braces.rs:34:53
   |
LL | fn main() {
   |           - un-closed delimiter
...
LL |         {
   |         - this delimiter might not be properly closed...
...
LL |     }
   |     - ...as it matches this but it has different indentation
...
LL | //~ ERROR this file contains an un-closed delimiter
   |                                                     ^

error: aborting due to previous error