]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: patch bilge-impl to allow compilation with 1.63.0
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Aug 2024 09:26:10 +0000 (11:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Nov 2024 13:18:16 +0000 (14:18 +0100)
commit64644bc4eab2f21d2c225d6a0970a959b00e8efa
tree4bf21636b6da2dc8300eed892ed414a8dc5eeff0
parent230b710bf4337335e17721f68e59ce2f590bbeec
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>
.gitattributes
subprojects/bilge-impl-0.2-rs.wrap
subprojects/packagefiles/bilge-impl-1.63.0.patch [new file with mode: 0644]