2020-01-03 13:40:15 +00:00
|
|
|
error: this file contains an unclosed delimiter
|
2023-02-28 07:55:19 +00:00
|
|
|
--> $DIR/parser-recovery-1.rs:10:54
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2018-08-27 00:22:36 +00:00
|
|
|
LL | trait Foo {
|
2020-01-03 13:40:15 +00:00
|
|
|
| - unclosed delimiter
|
2018-09-04 15:09:49 +00:00
|
|
|
LL | fn bar() {
|
2018-09-05 14:33:29 +00:00
|
|
|
| - this delimiter might not be properly closed...
|
2023-02-28 07:55:19 +00:00
|
|
|
LL | let x = foo();
|
2018-09-04 15:09:49 +00:00
|
|
|
LL | }
|
|
|
|
| - ...as it matches this but it has different indentation
|
2018-08-27 00:22:36 +00:00
|
|
|
...
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | }
|
2020-01-03 13:40:15 +00:00
|
|
|
| ^
|
2018-08-08 12:28:26 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 12:28:26 +00:00
|
|
|
|