qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 32/40] rust: introduce alternative implementation of offset_of


From: Manos Pitsidianakis
Subject: Re: [PULL 32/40] rust: introduce alternative implementation of offset_of!
Date: Thu, 07 Nov 2024 12:44:04 +0000
User-agent: meli 0.8.7

On Thu, 07 Nov 2024 11:31, Paolo Bonzini <pbonzini@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

[Prev in Thread] Current Thread [Next in Thread]