qemu-cr16/rust/migration
Paolo Bonzini ceda1563d6 rust: migration: hide more warnings from call_func_with_field!
The call_func_with_field! macro uses dead code willingly to infer
the appropriate type.  This has started adding a new warning:

error: unused variable: `value__`
 79 |             break phantom__(&{ let value__: $typ; value__.$($field).+ })

So shut it up together with the existing unreachable_code warning.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-10-14 01:44:43 +02:00
..
src rust: migration: hide more warnings from call_func_with_field! 2025-10-14 01:44:43 +02:00
build.rs
Cargo.toml rust: use glib-sys 2025-10-03 15:14:48 +02:00
meson.build rust: use glib-sys 2025-10-03 15:14:48 +02:00
wrapper.h