commit | 64644bc4eab2f21d2c225d6a0970a959b00e8efa | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Aug 08 11:26:10 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 05 14:18:16 2024 +0100 |
tree | 4bf21636b6da2dc8300eed892ed414a8dc5eeff0 | |
parent | 230b710bf4337335e17721f68e59ce2f590bbeec [diff] |
rust: patch bilge-impl to allow compilation with 1.63.0 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: Junjie Mao <junjie.mao@hotmail.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>