Skip to content

Instantly share code, notes, and snippets.

@meh
Created December 22, 2016 01:34
Show Gist options
  • Save meh/3bbaa9508522f4dcdc59c940c928f5ae to your computer and use it in GitHub Desktop.
Save meh/3bbaa9508522f4dcdc59c940c928f5ae to your computer and use it in GitHub Desktop.
error[E0282]: unable to infer enough type information about `E`
--> src/parser/compiled.rs:27:1
|
27 | named!(parse<Database>,
| ^ cannot infer type for `E`
|
= note: type annotations or generic parameter binding required
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error
error[E0282]: unable to infer enough type information about `E`
--> src/parser/compiled.rs:27:1
|
27 | named!(parse<Database>,
| ^ cannot infer type for `E`
|
= note: type annotations or generic parameter binding required
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment