Re: [PATCH] rust/qemu-api-macros: use syn::Error directly
Queued, thanks. Paolo
[PATCH] rust/qemu-api-macros: use syn::Error directly
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 ++-