On Mon, Sep 08, 2025 at 12:49:36PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:36 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 04/33] rust: add missing const markers for MSRV==1.83.0 > X-Mailer: git-send-email 2.51.0 > > Rust 1.83 allows more functions to be marked const. > Fix clippy with bumped minimum supported Rust version. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/bits/src/lib.rs | 6 +++--- > rust/qemu-api/src/assertions.rs | 4 ++-- > rust/qemu-api/src/cell.rs | 6 ++---- > rust/qemu-api/src/qom.rs | 6 +++--- > rust/qemu-api/src/timer.rs | 2 +- > rust/qemu-api/src/uninit.rs | 6 +++--- > 6 files changed, 14 insertions(+), 16 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
