Skip to content

Instantly share code, notes, and snippets.

@xorl
Created November 18, 2018 16:58
Show Gist options
  • Save xorl/3134889f659fb4a671386cce372fab4d to your computer and use it in GitHub Desktop.
Save xorl/3134889f659fb4a671386cce372fab4d to your computer and use it in GitHub Desktop.
Compiling rocket_contrib v0.4.0-rc.1 (https://github.com/SergioBenitez/Rocket#59e27820)
error[E0277]: the trait bound `templates::fairing::context::notify::Error: std::convert::From<std::io::Error>` is not satisfied
--> /Users/rlewon/.cargo/git/checkouts/rocket-8bf16d9ca7e90bdc/59e2782/contrib/lib/src/templates/fairing.rs:58:31
|
58 | watcher.watch(ctxt.root.canonicalize()?, RecursiveMode::Recursive)?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<std::io::Error>` is not implemented for `templates::fairing::context::notify::Error`
|
= note: required by `std::convert::From::from`
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment