2020-01-03 13:40:15 +00:00
|
|
|
error: this file contains an unclosed delimiter
|
|
|
|
--> $DIR/issue-2354.rs:15:52
|
2018-09-05 14:03:02 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | fn foo() {
|
2020-01-03 13:40:15 +00:00
|
|
|
| - unclosed delimiter
|
2019-01-06 15:33:05 +00:00
|
|
|
LL | match Some(10) {
|
|
|
|
| - this delimiter might not be properly closed...
|
2018-09-05 14:03:02 +00:00
|
|
|
...
|
|
|
|
LL | }
|
|
|
|
| - ...as it matches this but it has different indentation
|
|
|
|
...
|
2019-03-09 12:03:44 +00:00
|
|
|
LL |
|
2020-01-03 13:40:15 +00:00
|
|
|
| ^
|
2019-01-06 15:33:05 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-09-05 14:03:02 +00:00
|
|
|
|