Skip to content

error[E0658] when compiling #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ChainsightLabs opened this issue Aug 12, 2022 · 1 comment
Closed

error[E0658] when compiling #170

ChainsightLabs opened this issue Aug 12, 2022 · 1 comment

Comments

@ChainsightLabs
Copy link

error[E0658]: deriving Default on enums is experimental
--> C:\Users\Ben.cargo\registry\src\github.com-1ecc6299db9ec823\revm-1.9.0\src\db\in_memory_db.rs:41:24
|
41 | #[derive(Debug, Clone, Default)]
| ^^^^^^^
|
= note: see issue #86985 rust-lang/rust#86985 for more information
= note: this error originates in the derive macro Default (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try rustc --explain E0658.
error: could not compile revm due to previous error

@rakita
Copy link
Member

rakita commented Aug 12, 2022

rustup update should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants