-
Notifications
You must be signed in to change notification settings - Fork 324
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
error: could not compile client
#128
Comments
Can't reproduce, try upgrading rust since your last nightly upgrade was |
updating to lates solved the issue thanks. |
|
Great! Glad that worked! |
Yeah this error was due to rust-lang/rust#104238 which effected the nightly compiler for a little less than a week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps taken :
getting below error,
thread 'rustc' panicked at 'forcing query with already existing
DepNode
........
........
note: rustc 1.67.0-nightly (42325c525 2022-11-11) running on x86_64-apple-darwin
note: compiler flags: --crate-type lib -C embed-bitcode=no -C split-debuginfo=unpacked -C debuginfo=2 -C incremental=[REDACTED]
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
#0 [evaluate_obligation] evaluating trait selection obligation
for<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i> {core::future::ResumeTy, &'a mut execution::evm::Evm<'b, execution::rpc::http_rpc::HttpRpc>, &'c execution::types::CallOpts, &'d execution::evm::Evm<'e, execution::rpc::http_rpc::HttpRpc>, impl core::future::future::Future<Output = core::result::Result<std::collections::hash::map::HashMap<primitive_types::H160, execution::types::Account>, execution::errors::EvmError>>, ()}: core::marker::Send
#1 [typeck] type-checking
rpc::<impl at client/src/rpc.rs:112:1: 112:31>::estimate_gas
#2 [typeck_item_bodies] type-checking all item bodies
#3 [analysis] running analysis passes on this crate
end of query stack
error: could not compile
client
The text was updated successfully, but these errors were encountered: