]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: allow version 1.63.0 of rustc
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Oct 2024 07:50:02 +0000 (09:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Nov 2024 13:18:17 +0000 (14:18 +0100)
commit4fe146926fd50a9a2f5591fedc46c7aef7b4bd32
tree65d77c3d4f8a6ab88c55139daa0864f4bf81d251
parente2b3905b6612d23365ef1c9e01112f5e17900f20
rust: allow version 1.63.0 of rustc

All constructs introduced by newer versions of Rust have been removed.

Apart from Debian 12, all other supported Linux distributions have
rustc 1.75.0 or newer.  This means that they only lack c"" literals
and stable offset_of!.

Tested-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build