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 b4f1bc1 commit 3202a68Copy full SHA for 3202a68
serde_derive/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