Skip to content

Instantly share code, notes, and snippets.

@qmx
Created November 2, 2014 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmx/15cf7d4ae196a85e1754 to your computer and use it in GitHub Desktop.
Save qmx/15cf7d4ae196a85e1754 to your computer and use it in GitHub Desktop.
Compiling rust-mustache v0.3.0 (file:///Volumes/v2/git/rust-mustache)
/Volumes/v2/git/rust-mustache/src/encoder.rs:3:5: 3:21 error: import `IoError` conflicts with type in this module
/Volumes/v2/git/rust-mustache/src/encoder.rs:3 use std::io::IoError;
^~~~~~~~~~~~~~~~
/Volumes/v2/git/rust-mustache/src/encoder.rs:24:5: 24:21 note: note conflicting type here
/Volumes/v2/git/rust-mustache/src/encoder.rs:24 IoError(IoError),
^~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `rust-mustache`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment