Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save huitseeker/e0e56e236ea832ea7fc70da2e92049e1 to your computer and use it in GitHub Desktop.
Save huitseeker/e0e56e236ea832ea7fc70da2e92049e1 to your computer and use it in GitHub Desktop.
Compiling proc-macro2 v1.0.19
Compiling crunchy v0.2.2
Compiling unicode-xid v0.2.1
Compiling bitflags v1.2.1
Compiling tiny-keccak v2.0.2
Compiling ryu v1.0.5
Compiling syn v1.0.35
Compiling serde v1.0.114
Compiling byteorder v1.3.4
Compiling serde_derive v1.0.114
Compiling serde_json v1.0.56
Compiling strobe-rs v0.5.3 (/project)
error[E0308]: mismatched types
--> src/keccak.rs:30:33
|
30 | LittleEndian::read_u64_into(st.0, &mut keccak_block);
| ^^^^
| |
| expected `&[u8]`, found array `[u8; 200]`
| help: consider borrowing here: `&st.0`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
error: could not compile `strobe-rs`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment