2023-01-26 10:52:57 +08:00
|
|
|
error: this file contains an unclosed delimiter
|
2023-02-28 07:55:19 +00:00
|
|
|
--> $DIR/deli-ident-issue-1.rs:22:66
|
2023-01-26 10:52:57 +08:00
|
|
|
|
|
|
|
|
LL | impl dyn Demo {
|
|
|
|
| - unclosed delimiter
|
|
|
|
...
|
2023-01-26 11:02:19 +08:00
|
|
|
LL | && let Some(c) = num {
|
|
|
|
| - this delimiter might not be properly closed...
|
|
|
|
...
|
|
|
|
LL | }
|
|
|
|
| - ...as it matches this but it has different indentation
|
2023-01-26 10:52:57 +08:00
|
|
|
...
|
|
|
|
LL | fn main() { }
|
|
|
|
| ^
|
|
|
|
|
2023-02-28 07:55:19 +00:00
|
|
|
error: aborting due to previous error
|
2023-01-26 10:52:57 +08:00
|
|
|
|