summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rust: qemu-api-macros: extend error reporting facility to parse errorsPaolo Bonzini2025-01-101-0/+26
Generalize the CompileError tuple to an enum, that can be either an error message or a parse error from syn. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>