We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-cfg
1 parent 70f85a1 commit a22e470Copy full SHA for a22e470
1 file changed
src/lib.rs
@@ -365,6 +365,7 @@ macro_rules! cfg_aliases {
365
}
366
367
$(
368
+ println!("cargo:rustc-check-cfg=cfg({})", stringify!($alias));
369
if $crate::cfg_aliases!(@parser $($config)*) {
370
println!("cargo:rustc-cfg={}", stringify!($alias));
371
0 commit comments