Re: [PATCH 04/16] rust: patch bilge-impl to allow compilation with 1.63.0

2024-10-18 Thread Zhao Liu
On Tue, Oct 15, 2024 at 03:17:22PM +0200, Paolo Bonzini wrote: > Date: Tue, 15 Oct 2024 15:17:22 +0200 > From: Paolo Bonzini > Subject: [PATCH 04/16] rust: patch bilge-impl to allow compilation with > 1.63.0 > X-Mailer: git-send-email 2.46.2 > > Apply a patch that

[PATCH 04/16] rust: patch bilge-impl to allow compilation with 1.63.0

2024-10-15 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. Signed-off-by: Paolo Bonzini --- .gitattributes| 2 + subprojects/bilge-impl-0.2-rs.wrap