We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg
nightly
1 parent c507ff8 commit 64f9441Copy full SHA for 64f9441
futures/tests/no-std/build.rs
@@ -1,6 +1,7 @@
1
use std::{env, process::Command};
2
3
fn main() {
4
+ println!("cargo::rustc-check-cfg=cfg(nightly)");
5
if is_nightly() {
6
println!("cargo:rustc-cfg=nightly");
7
}
0 commit comments