Created
November 2, 2014 03:22
-
-
Save qmx/15cf7d4ae196a85e1754 to your computer and use it in GitHub Desktop.
This file contains 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
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