Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- robn@starmoth:~/code/rust/bldump$ cargo run
- Compiling bldump v0.1.0 (file:///home/robn/code/rust/bldump)
- src/main.rs:394:26: 394:34 error: attempted to take value of method `read_u32` on type `std::io::cursor::Cursor<collections::vec::Vec<u8>>`
- src/main.rs:394 let stored_crc = rdr.read_u32.unwrap();
- ^~~~~~~~
- src/main.rs:394:26: 394:34 help: maybe a `()` to call it is missing? If not, try an anonymous function
- error: aborting due to previous error
- Could not compile `bldump`.
- To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement