Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jimmycuadra/d462d740cba0042d40355d8f0ac3a62f to your computer and use it in GitHub Desktop.

Select an option

Save jimmycuadra/d462d740cba0042d40355d8f0ac3a62f to your computer and use it in GitHub Desktop.
Reflect is not satisfied
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