Re: [PATCH] rust/qemu-api-macros: use syn::Error directly

2025-07-08 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] rust/qemu-api-macros: use syn::Error directly

2025-07-03 Thread Manos Pitsidianakis
Our MacroError type wraps syn::Error as a variant, and uses another variant for custom errors. Fortunately syn::Error can be used directly, avoiding extra code on our side, so change the proc macro crate to use it. Signed-off-by: Manos Pitsidianakis --- docs/devel/rust.rst | 11 ++-