Skip to content

Instantly share code, notes, and snippets.

@bvssvni
Created May 16, 2014 17:00
Show Gist options
  • Save bvssvni/0feb1f9aff261835d5b4 to your computer and use it in GitHub Desktop.
Save bvssvni/0feb1f9aff261835d5b4 to your computer and use it in GitHub Desktop.
Rust-Snake unconstrained type error
src/snakeapp.rs:256:9: 256:31 error: cannot determine a type for this bounded type parameter: unconstrained type
src/snakeapp.rs:256 self.load(asset_store);
^~~~~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment