ordian on ao-github-actions
initial github actions (compare)
s3krit on mp-de-parityify
sed magic find . -type f -exec… (compare)
ordian on perf
ordian on master
Faster kill_garbage (#11514) *… (compare)
ordian on na-engine-signer-dont-use-msg-only-zeroes
ordian on master
[EngineSigner]: don't sign mess… (compare)
niklasad1 on na-engine-signer-dont-use-msg-only-zeroes
forgot formatting change (compare)
i have the same error on my compile try(with Mac OS X 10.13.6, rustc 1.58.1, cargo 1.58.0):
Compiling vergen v3.0.4
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:55:20
|
55 | extras.insert(util::ident(&ext), |_| panic!("Only one #[extras] attribute can be declared."));
| ^^^^^^ ----------------- ----------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:89:23
|
89 | error.insert(variant, |_| panic!("Only one #[error] variant can be declared."));
| ^^^^^^ ------- -------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:93:21
|
93 | end.insert(variant, |_| panic!("Only one #[end] variant can be declared."));
| ^^^^^^ ------- ------------------------------------------------------ supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
Compiling rand v0.7.2
For more information about this error, try rustc --explain E0061
.
error: could not compile logos-derive
due to 3 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
I hope someone knows the best way to fix this?
openethereum export blocks --chain ropsten ./ropsten-blocks.rlp
is the command I'm using, based on the docs. Does that work, at least?
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /home/summer/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:55:20
|
55 | extras.insert(util::ident(&ext), |_| panic!("Only one #[extras] attribute can be declared."));
| ^^^^^^ ----------------- ----------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /home/summer/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:89:23
|
89 | error.insert(variant, |_| panic!("Only one #[error] variant can be declared."));
| ^^^^^^ ------- -------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /home/summer/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:93:21
|
93 | end.insert(variant, |_| panic!("Only one #[end] variant can be declared."));
| ^^^^^^ ------- ------------------------------------------------------ supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
For more information about this error, try rustc --explain E0061
.