Paolo Bonzini writes:
> Apply a patch that removes "let ... else" constructs, replacing them with
> "if let ... else" or "let ... = match ...". "let ... else" was stabilized in
> Rust 1.65.0.
>
> Reviewed-by: Zhao Liu
> Signed-off-by: Paolo Bonzini
My configure on a clean build dir blows up w
Paolo Bonzini writes:
> Apply a patch that removes "let ... else" constructs, replacing them with
> "if let ... else" or "let ... = match ...". "let ... else" was stabilized in
> Rust 1.65.0.
>
> Reviewed-by: Zhao Liu
> Signed-off-by: Paolo Bonzini
Reviewed-by: Junjie Mao
One question and
Apply a patch that removes "let ... else" constructs, replacing them with
"if let ... else" or "let ... = match ...". "let ... else" was stabilized in
Rust 1.65.0.
Reviewed-by: Zhao Liu
Signed-off-by: Paolo Bonzini
---
.gitattributes| 2 +
subprojects/bilge-imp