2023-01-26 02:52:57 +00: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 02:52:57 +00:00
|
|
|
|
|
|
|
|
LL | impl dyn Demo {
|
|
|
|
| - unclosed delimiter
|
|
|
|
...
|
2023-01-26 03:02:19 +00: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 02:52:57 +00:00
|
|
|
...
|
|
|
|
LL | fn main() { }
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2023-01-26 02:52:57 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-01-26 02:52:57 +00:00
|
|
|
|