/cargo -V Secret
Last active
October 4, 2016 21:05
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
cargo 0.13.0-nightly (ebcf0a8 2016-10-03) |
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
Fresh winapi v0.2.8 | |
Fresh bitflags v0.7.0 | |
Fresh ansi_term v0.9.0 | |
Fresh unicode-width v0.1.3 | |
Fresh unicode-segmentation v0.1.2 | |
Fresh strsim v0.5.1 | |
Fresh libc v0.2.16 | |
Fresh vec_map v0.6.0 | |
Fresh winapi-build v0.1.1 | |
Fresh kernel32-sys v0.2.2 | |
Fresh term_size v0.2.1 | |
Fresh clap v2.13.0 | |
Compiling flairs v0.1.0 (file:///C:/c/gh/CS4550/compiler1) | |
Running `rustc src\main.rs --crate-name flairs -C opt-level=3 -C panic=abort --test -C metadata=72ec5ea04485e66b -C extra-filename=-72ec5ea04485e66b --out-dir C:\c\gh\CS4550\compiler1\target\release --emit=dep-info,link -L dependency=C:\c\gh\CS4550\compiler1\target\release\deps --extern clap=C:\c\gh\CS4550\compiler1\target\release\deps\libclap-315a0a334d3f6b4c.rlib` | |
error: the linked panic runtime `panic_unwind` is not compiled with this crate's panic strategy `abort` | |
error: aborting due to previous error | |
error: Could not compile `flairs`. | |
Caused by: | |
process didn't exit successfully: `rustc src\main.rs --crate-name flairs -C opt-level=3 -C panic=abort --test -C metadata=72ec5ea04485e66b -C extra-filename=-72ec5ea04485e66b --out-dir C:\c\gh\CS4550\compiler1\target\release --emit=dep-info,link -L dependency=C:\c\gh\CS4550\compiler1\target\release\deps --extern clap=C:\c\gh\CS4550\compiler1\target\release\deps\libclap-315a0a334d3f6b4c.rlib` (exit code: 101) |
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
[package] | |
name = "flairs" | |
version = "0.1.0" | |
authors = ["Aaron Friel <mayreply@aaronfriel.com>"] | |
[dependencies] | |
clap="^2.13.0" | |
[profile.dev] | |
panic = "abort" | |
[profile.release] | |
panic = "abort" | |
[profile.test ] | |
panic = "abort" | |
[profile.bench] | |
panic = "abort" | |
[profile.doc] | |
panic = "abort" |
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
rustc 1.14.0-nightly (9c31d76e9 2016-10-03) | |
binary: rustc | |
commit-hash: 9c31d76e97c6116ba2480aa23a48f3e7bd25a7cb | |
commit-date: 2016-10-03 | |
host: x86_64-pc-windows-gnu | |
release: 1.14.0-nightly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment