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
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
The text was updated successfully, but these errors were encountered:
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 errorThe text was updated successfully, but these errors were encountered: