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)
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
.