mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:59:07 +00:00
18 lines
493 B
Plaintext
18 lines
493 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/deli-ident-issue-1.rs:22:66
|
|
|
|
|
LL | impl dyn Demo {
|
|
| - unclosed delimiter
|
|
...
|
|
LL | && let Some(c) = num {
|
|
| - this delimiter might not be properly closed...
|
|
...
|
|
LL | }
|
|
| - ...as it matches this but it has different indentation
|
|
...
|
|
LL | fn main() { }
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|