summary refs log tree commit diff
path: root/src/test/ui/parser/unclosed-braces.stderr
blob: 44c7e930a3a43ba87f886223f663c82a4dc193b6 (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:22: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: aborting due to previous error