2023-01-25 20:52:57 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
2023-02-28 01:55:19 -06:00
|
|
|
--> $DIR/deli-ident-issue-1.rs:22:66
|
2023-01-25 20:52:57 -06:00
|
|
|
|
|
|
|
|
LL | impl dyn Demo {
|
|
|
|
| - unclosed delimiter
|
|
|
|
...
|
2023-01-25 21:02:19 -06: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-25 20:52:57 -06:00
|
|
|
...
|
|
|
|
LL | fn main() { }
|
|
|
|
| ^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-01-25 20:52:57 -06:00
|
|
|
|