On Thu, 07 Nov 2024 11:31, Paolo Bonzini <pbonz...@redhat.com> wrote:
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


I did already, also purged the build dir. I had to delete the cached syn subproject (`rm -rf subprojects/syn-2.0.66`) to make it work FYI

Reply via email to