]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unclosed-braces.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / unclosed-braces.stderr
1 error: this file contains an un-closed delimiter
2   --> $DIR/unclosed-braces.rs:22:53
3    |
4 LL | fn main() {
5    |           - un-closed delimiter
6 ...
7 LL |         {
8    |         - this delimiter might not be properly closed...
9 ...
10 LL |     }
11    |     - ...as it matches this but it has different indentation
12 ...
13 LL |
14    |                                                     ^
15
16 error: aborting due to previous error
17