rust/src/test/ui/parser/unclosed-braces.stderr

18 lines
448 B
Plaintext
Raw Normal View History

error: this file contains an un-closed delimiter
--> $DIR/unclosed-braces.rs:32:53
|
LL | fn main() {
| - un-closed delimiter
...
LL | {
| - this might be the culprit...
...
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