You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded a project from version 3.0.0 to 3.2.0, now the project compilation fails with this error:
error[E0599]: no method named `to_string` found for enum `FromHexError` in the current scope --> /home/ufo/.cargo/registry/src/garden.eu.org-1ecc6299db9ec823/revm-primitives-1.1.1/src/utilities.rs:59:49 |59 | .map_err(|e| serde::de::Error::custom(e.to_string())) | ^^^^^^^^^ method not found in `FromHexError` | ::: /home/ufo/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/string.rs:2515:8 |2515 | fn to_string(&self) -> String; | --------- the method is available for `hex::FromHexError` here | = help: items from traits can only be used if the trait is in scopehelp: the following trait is implemented but not in scope; perhaps add a `use` for it: |37 | use crate::alloc::string::ToString; |For more information about this error, try `rustc --explain E0599`.error: could not compile `revm-primitives` due to previous error
The text was updated successfully, but these errors were encountered:
I upgraded a project from version 3.0.0 to 3.2.0, now the project compilation fails with this error:
The text was updated successfully, but these errors were encountered: