Closed
Description
Seems like a bug in #2687
alexbool@alexbool-osx ~/D/I/nounwind> cat Cargo.toml
[package]
name = "nounwind"
version = "0.1.0"
authors = ["Alexander Bulaev <alexbool@yandex-team.ru>"]
[dependencies]
kernel32-sys = "*"
[profile.release]
panic = "abort"
alexbool@alexbool-osx ~/D/I/nounwind> cat src/main.rs
extern crate kernel32;
fn main() {
}
alexbool@alexbool-osx ~/D/I/nounwind> cargo build --release
Compiling kernel32-sys v0.2.2
error: the crate `build` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: aborting due to previous error
error: Could not compile `kernel32-sys`.
To learn more, run the command again with --verbose.
Meta:
alexbool@alexbool-osx ~/D/I/nounwind> rustc -vV
rustc 1.10.0-nightly (476fe6eef 2016-05-21)
binary: rustc
commit-hash: 476fe6eefe17db91ff7a60aab34aa67a0a750a18
commit-date: 2016-05-21
host: x86_64-apple-darwin
release: 1.10.0-nightly
alexbool@alexbool-osx ~/D/I/nounwind> cargo -vV
cargo 0.11.0-nightly (259324c 2016-05-20)
Metadata
Metadata
Assignees
Labels
No labels