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.
1 parent 5aab429 commit 7c36fe6Copy full SHA for 7c36fe6
build.rs
@@ -35,6 +35,7 @@ fn main() {
35
if let Some(true) = version_check::supports_feature("coverage_attribute") {
36
println!("cargo:rustc-cfg=has_coverage_attribute");
37
}
38
+ println!("cargo:rustc-check-cfg=cfg(has_coverage_attribute)");
39
generate_self_schema();
40
println!("cargo:rustc-env=PROFILE={}", std::env::var("PROFILE").unwrap());
41
0 commit comments