Created
November 9, 2014 00:03
-
-
Save Munksgaard/8fe4e202f8d3ed42076d to your computer and use it in GitHub Desktop.
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
$ cargo run | |
Compiling cube v0.0.0 (file:///home/munksgaard/src/piston-examples/gfx_cube) | |
src/main.rs:51:29: 51:50 error: wrong number of lifetime parameters: expected 1, found 0 [E0107] | |
src/main.rs:51 static VERTEX_SRC: &'static gfx::ShaderSource<u8> = shaders! { | |
^~~~~~~~~~~~~~~~~~~~~ | |
src/main.rs:51:29: 51:50 error: wrong number of type arguments: expected 0, found 1 | |
src/main.rs:51 static VERTEX_SRC: &'static gfx::ShaderSource<u8> = shaders! { |
Author
Munksgaard
commented
Nov 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment