Re: [PATCH v2 01/14] rust: patch bilge-impl to allow compilation with 1.63.0

2024-10-24 Thread Alex Bennée
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

Re: [PATCH v2 01/14] rust: patch bilge-impl to allow compilation with 1.63.0

2024-10-23 Thread Junjie Mao
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

[PATCH v2 01/14] rust: patch bilge-impl to allow compilation with 1.63.0

2024-10-22 Thread Paolo Bonzini
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