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
Compiling ethers-solc v0.1.0 (https://github.com/gakonst/ethers-rs#77dcccb7)
error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields
--> .cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/77dcccb/ethers-solc/src/resolver.rs:426:53
|
426 | SourceUnitPart::PragmaDirective(_, pragma, value) => {
| ^ ^^^^^^ ^^^^^ expected 4 fields, found 3
|
::: .cargo/git/checkouts/solang-98203f5abd7a90ef/747e524/solang-parser/src/pt.rs:58:21
|
58 | PragmaDirective(Loc, Vec<DocComment>, Identifier, StringLiteral),
| --- --------------- ---------- ------------- tuple variant has 4 fields
|
help: use `_` to explicitly ignore each field
|
426 | SourceUnitPart::PragmaDirective(_, pragma, value, _) => {
| +++
For more information about this error, try `rustc --explain E0023`.
error: could not compile `ethers-solc` due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `foundry-cli v0.1.0 (https://github.com/gakonst/foundry#c0e534c0)`,
The text was updated successfully, but these errors were encountered:
OS:
Mac 11.5
Install command
Issue:
cast fails to compile with error below
forge binary builds and runs fine
Error trace
The text was updated successfully, but these errors were encountered: