> Compilation fails for me, on macos / rustc 1.80.1
>
>   error[E0369]: binary operation `==` cannot be applied to type
>     `&Attribute`
>     --> ../rust/qemu-api-macros/src/lib.rs:25:43
>      |
>   25 |     if input.attrs.iter().any(|attr| attr == &expected) {
>      |                                      ---- ^^ --------- &_
>      |                                      |
>      |                                      &Attribute
>
>   error: aborting due to 1 previous error

You need "meson subprojects update --reset" as mentioned in
the cover letter.

Paolo


Reply via email to