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[E0432]: unresolved import `revm_primitives::B160`
--> /home/will/.cargo/git/checkouts/reth-36d3ea1d1152b20c/aa6f2cb/crates/rlp/src/decode.rs:255:58
|
255 | use revm_primitives::{ruint::aliases::U128 as RU128, B160, B256, U256 as RU256};
| ^^^^ no `B160` in the root
error[E0432]: unresolved import `revm_primitives::B160`
--> /home/will/.cargo/git/checkouts/reth-36d3ea1d1152b20c/aa6f2cb/crates/rlp/src/encode.rs:216:58
|
216 | use revm_primitives::{ruint::aliases::U128 as RU128, B160, B256, U256 as RU256};
| ^^^^ no `B160` in the root
error[E0432]: unresolved import `revm_primitives::B160`
--> /home/will/.cargo/git/checkouts/reth-36d3ea1d1152b20c/aa6f2cb/crates/storage/codecs/src/lib.rs:3:23
|
3 | use revm_primitives::{B160 as H160, B256 as H256, U256};
| ^^^^^^^^^^^^ no `B160` in the root
For more information about this error, try `rustc --explain E0432`.
error: could not compile `reth-codecs` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: the `Self` constructor can only be used with tuple or unit structs
--> /home/will/.cargo/git/checkouts/reth-36d3ea1d1152b20c/aa6f2cb/crates/rlp/src/decode.rs:261:48
|
261 | Decodable::decode(buf).map(Self)
| ^^^^
...
267 | fixed_hash_impl!(B160);
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `fixed_hash_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `reth-rlp` (lib) due to 3 previous errors
The text was updated successfully, but these errors were encountered:
Got error
The text was updated successfully, but these errors were encountered: