Skip to content

Instantly share code, notes, and snippets.

@piedoom
Created June 19, 2018 00:06
Show Gist options
  • Save piedoom/1dab570ae840618e1d1fd3320a0aa8dd to your computer and use it in GitHub Desktop.
Save piedoom/1dab570ae840618e1d1fd3320a0aa8dd to your computer and use it in GitHub Desktop.
Compiling rumblr v0.1.0 (file:///C:/Users/doomy/Documents/code/rumblr)
error[E0277]: the trait bound `error::Error: data::blog::_IMPL_DESERIALIZE_FOR_Blog::_serde::Deserialize<'_>` is not satisfied
--> src\request.rs:65:9
|
65 | serde_json::from_str(&buf)?
| ^^^^^^^^^^^^^^^^^^^^ the trait `data::blog::_IMPL_DESERIALIZE_FOR_Blog::_serde::Deserialize<'_>` is not implemented for `error::Error`
|
= note: required because of the requirements on the impl of `data::blog::_IMPL_DESERIALIZE_FOR_Blog::_serde::Deserialize<'_>` for `std::result::Result<data::root::Root, error::Error>`
= note: required by `serde_json::from_str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.
error: Could not compile `rumblr`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment