Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Compiling hello_world v0.1.0 (file:///usr/home/ed/hello)
  2. error[E0277]: the trait bound `argdata::values::EncodedArgdata<'_, argdata::fd::Identity>: std::fmt::Debug` is not satisfied
  3. --> src/main.rs:44:23
  4. |
  5. 44 | println!("{:#?}", ad);
  6. | ^^ `argdata::values::EncodedArgdata<'_, argdata::fd::Identity>` cannot be formatted using `:?`; if it is defined in your crate, add `#[derive(Debug)]` or manually implement it
  7. |
  8. = help: the trait `std::fmt::Debug` is not implemented for `argdata::values::EncodedArgdata<'_, argdata::fd::Identity>`
  9. = note: required by `std::fmt::Debug::fmt`
  10.  
  11. error: aborting due to previous error
  12.  
  13. error: Could not compile `hello_world`.
  14.  
  15. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement