Added feature `no_unwind_protection` for tests. build.rs: Added `rustc-check-cfg` for cfg flag `nightly`.

Fortune for stackalloc's current commit: Half curse − 半凶
master
Avril 7 months ago
parent 391a537107
commit 247895452c
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -19,3 +19,6 @@ rustc_version = "0.2"
[features] [features]
default = [] default = []
no_std = [] no_std = []
# for tests
no_unwind_protection = []

@ -25,6 +25,7 @@ fn build_tramp()
fn main() { fn main() {
// Assert we haven't travelled back in time // Assert we haven't travelled back in time
assert!(version().unwrap().major >= 1); assert!(version().unwrap().major >= 1);
println!("cargo::rustc-check-cfg=cfg(nightly)");
// Set cfg flags depending on release channel // Set cfg flags depending on release channel
match version_meta().unwrap().channel { match version_meta().unwrap().channel {

Loading…
Cancel
Save