mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
rust: let bilge use "let ... else"
"let ... else" was stabilized in 1.65.0; bumping the minimum supported Rust version means we don't need to patch it out anymore. Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e4fb0be1d1
commit
51209c2aed
3 changed files with 0 additions and 49 deletions
|
@ -76,9 +76,6 @@ are missing:
|
|||
|
||||
* ``cast_mut()``/``cast_const()`` (1.65.0). Use ``as`` instead.
|
||||
|
||||
* "let ... else" (1.65.0). Use ``if let`` instead. This is currently patched
|
||||
in QEMU's vendored copy of the bilge crate.
|
||||
|
||||
* Generic Associated Types (1.65.0)
|
||||
|
||||
* ``CStr::from_bytes_with_nul()`` as a ``const`` function (1.72.0).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue