Skip to content

Instantly share code, notes, and snippets.

@tbillington
Created August 22, 2014 10:27
Show Gist options
  • Save tbillington/8bcee88487deb405cdde to your computer and use it in GitHub Desktop.
Save tbillington/8bcee88487deb405cdde to your computer and use it in GitHub Desktop.
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