Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created November 13, 2016 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kracekumar/ad339891e0792229ebce93d5eea90dca to your computer and use it in GitHub Desktop.
Save kracekumar/ad339891e0792229ebce93d5eea90dca to your computer and use it in GitHub Desktop.
error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
--> src/db.rs:26:1
|
26 | impl FromSql for chrono::Date<UTC> {
| ^ impl doesn't use types inside crate
|
= note: the impl does not reference any types defined in this crate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment