Created
August 22, 2014 10:27
-
-
Save tbillington/8bcee88487deb405cdde 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
C:\Users\Trent\Desktop\blah\hello_world>cargo build | |
Updating git repository `https://github.com/bjz/gl-rs` | |
Updating git repository `https://github.com/netvl/rust-xml` | |
Compiling rust-xml v0.1.0 (https://github.com/netvl/rust-xml#361fc1ac) | |
Compiling khronos_api v0.0.1 (https://github.com/bjz/gl-rs#8bf7197a) | |
Build failed, waiting for other jobs to finish... | |
Could not compile `rust-xml`. | |
--- stderr | |
src\writer\mod.rs:1:38: 1:40 error: expected `;` but found `as` | |
src\writer\mod.rs:1 pub use self::emitter::EmitterResult as EventWriterResult; | |
^~ | |
To learn more, run the command again with --verbose. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment