Created
January 17, 2015 17:53
-
-
Save mytrile/2bdfab0a47055557b881 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
PS D:\rust\demo> cargo build -v | |
An unknown error occurred | |
Process didn't exit successfully: `rustc -v verbose` (status=101) | |
--- stderr | |
error: couldn't read verbose: IoError { kind: FileNotFound, desc: "couldn\'t open path as file", detail: Some(" | |
found (OS Error 2: The system cannot find the file specified.\r\n); path=verbose; mode=open; access=read") } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PS D:\rust\demo> cargo -V
cargo 0.0.1-pre-nightly (d6dbce7 2014-11-27 20:59:12 +0000)
PS D:\rust\demo> rustc -V
rustc 1.0.0-nightly (8903c21d6 2015-01-15 22:42:58 +0000)