On Mon, Sep 08, 2025 at 12:50:04PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:50:04 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 32/33] rust: meson: remove unnecessary complication in > device crates > X-Mailer: git-send-email 2.51.0 > > It is not necessary anymore to explicitly list procedural macro crates > when doing the final link using rustc. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/hw/char/pl011/meson.build | 3 --- > rust/hw/timer/hpet/meson.build | 3 --- > 2 files changed, 6 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
