Re: [PATCH 04/12] util/error: expose Error definition to Rust code
Paolo Bonzini writes: > This is used to preserve the file and line in a roundtrip from > C Error to Rust and back to C. > > Signed-off-by: Paolo Bonzini > --- > include/qapi/error-internal.h | 26 ++ > rust/wrapper.h| 1 + > util/error.c
[PATCH 04/12] util/error: expose Error definition to Rust code
This is used to preserve the file and line in a roundtrip from C Error to Rust and back to C. Signed-off-by: Paolo Bonzini --- include/qapi/error-internal.h | 26 ++ rust/wrapper.h| 1 + util/error.c | 10 +- 3 files changed, 28 i