Re: [PATCH 05/16] rust: fix cfgs of proc-macro2 for 1.63.0

2024-10-21 Thread Zhao Liu
On Tue, Oct 15, 2024 at 03:17:23PM +0200, Paolo Bonzini wrote: > Date: Tue, 15 Oct 2024 15:17:23 +0200 > From: Paolo Bonzini > Subject: [PATCH 05/16] rust: fix cfgs of proc-macro2 for 1.63.0 > X-Mailer: git-send-email 2.46.2 > > Replay the configuration that would be compute

[PATCH 05/16] rust: fix cfgs of proc-macro2 for 1.63.0

2024-10-15 Thread Paolo Bonzini
Replay the configuration that would be computed by build.rs when compiling on a 1.63.0 compiler. Signed-off-by: Paolo Bonzini --- subprojects/packagefiles/proc-macro2-1-rs/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/packagefiles/proc-macro2-1-rs