Created
May 16, 2014 17:00
-
-
Save bvssvni/0feb1f9aff261835d5b4 to your computer and use it in GitHub Desktop.
Rust-Snake unconstrained type error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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