rust/tests/ui/parser/unclosed-braces.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
411 B
Plaintext
Raw Normal View History

error: this file contains an unclosed delimiter
--> $DIR/unclosed-braces.rs:22:52
|
LL | fn main() {
| - unclosed delimiter
...
LL | {
| - this delimiter might not be properly closed...
...
LL | }
| - ...as it matches this but it has different indentation
...
2019-03-09 06:03:44 -06:00
LL |
| ^
error: aborting due to previous error