Created
November 18, 2018 16:58
-
-
Save xorl/3134889f659fb4a671386cce372fab4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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