Hello all! I'm trying to update cranelift-* crates from 0.91.0
to 0.110.1
. I get a compiler error straight from the crate:
error[E0599]: no method named `chunk_by` found for mutable reference `&'b mut [cranelift_codegen::ir::Value]` in the current scope
--> [...]/cargo/registry/src/index.crates.io-6f17d22bba15001f/cranelift-frontend-0.110.1/src/frontend.rs:866:10
|
866 | live.chunk_by(|a, b| dfg.value_type(*a).bytes() == dfg.value_type(*b).bytes())
| ^^^^^^^^ help: there is a method with a similar name: `chunks`
Am I doing something obviously wrong?
I believe this means that your version of rust is too old, can you try updating?
Thanks for the message. I'll try as soon as I can. Other than this, is there an upgrade guide, by any chance?
Not that I know of, no
Last updated: Nov 22 2024 at 16:03 UTC