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 edd2a89 commit 040b17bCopy full SHA for 040b17b
impl/build.rs
@@ -1,6 +1,7 @@
1
fn main() {
2
// Warning: build.rs is not published to crates.io.
3
4
+ println!("cargo:rerun-if-changed=build.rs");
5
println!("cargo:rustc-cfg=check_cfg");
6
println!("cargo:rustc-check-cfg=cfg(check_cfg)");
7
println!("cargo:rustc-check-cfg=cfg(exhaustive)");
0 commit comments