Skip to content

Instantly share code, notes, and snippets.

@mytrile
Created January 17, 2015 17:53
Show Gist options
  • Save mytrile/2bdfab0a47055557b881 to your computer and use it in GitHub Desktop.
Save mytrile/2bdfab0a47055557b881 to your computer and use it in GitHub Desktop.
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") }
@mytrile
Copy link
Author

mytrile commented Jan 17, 2015

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment