Skip to content

Instantly share code, notes, and snippets.

@ucarion
Created September 20, 2015 01:38
Show Gist options
  • Save ucarion/6d793b3d3e2fbed51daf to your computer and use it in GitHub Desktop.
Save ucarion/6d793b3d3e2fbed51daf to your computer and use it in GitHub Desktop.
Compiling lcs v0.1.0 (file:///Users/ulyssecarion/rust/rust-lcs)
src/lib.rs:26:14: 26:47 error: the trait `core::cmp::Eq` is not implemented for the type `T` [E0277]
src/lib.rs:26 self.backtrack(a, b, a.len(), b.len())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib.rs:26:14: 26:47 help: run `rustc --explain E0277` to see a detailed explanation
src/lib.rs:26:14: 26:47 error: the trait `core::cmp::Eq` is not implemented for the type `T` [E0277]
src/lib.rs:26 self.backtrack(a, b, a.len(), b.len())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib.rs:26:14: 26:47 help: run `rustc --explain E0277` to see a detailed explanation
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
error: aborting due to previous error
Could not compile `lcs`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment