Created
May 22, 2016 16:27
-
-
Save jimmycuadra/d462d740cba0042d40355d8f0ac3a62f to your computer and use it in GitHub Desktop.
Reflect is not satisfied
This file contains hidden or 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
| src/lib.rs:95:9: 95:17 error: the trait bound `T: std::marker::Reflect` is not satisfied [E0277] | |
| src/lib.rs:95 impl<T> StdError for Error<T> where T: Debug { | |
| ^~~~~~~~ | |
| src/lib.rs:95:9: 95:17 help: run `rustc --explain E0277` to see a detailed explanation | |
| src/lib.rs:95:9: 95:17 help: consider adding a `where T: std::marker::Reflect` bound | |
| src/lib.rs:95:9: 95:17 note: required because it appears within the type `std::option::Option<T>` | |
| src/lib.rs:95:9: 95:17 note: required because it appears within the type `Error<T>` | |
| src/lib.rs:95:9: 95:17 note: required by `std::error::Error` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment