Open Nahuel-M opened 1 month ago
Facing the same issue.
Sorry for the delayed response! The compiler change (rust-lang/rust#126128) that resulted in this breakage has a followup (rust-lang/rust#129073) landing in 1.83 (November 28) that makes this work again.
In the meantime, you can use the beta toolchain:
rustup toolchain install beta
cargo +beta build
While rustc 1.80.0 compiles without issues, rustc 1.81.0 gives the following error:
I looked into fixing this myself, but I'm out of my depth with the trait complexity of this part of the library.