Re: [PATCH 01/12] rust: make declaration of dependent crates more consistent

2025-05-27 Thread Zhao Liu
On Mon, May 26, 2025 at 04:24:44PM +0200, Paolo Bonzini wrote: > Date: Mon, 26 May 2025 16:24:44 +0200 > From: Paolo Bonzini > Subject: [PATCH 01/12] rust: make declaration of dependent crates more > consistent > X-Mailer: git-send-email 2.49.0 > > Crates like "bilge

[PATCH 01/12] rust: make declaration of dependent crates more consistent

2025-05-26 Thread Paolo Bonzini
Crates like "bilge" and "libc" can be shared by more than one directory, so declare them directly in rust/meson.build. While at it, make their variable names end with "_rs" and always add a subproject() statement (as that pinpoints the error better if the subproject is missing and cannot be downlo