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 15d224e commit 1d0983fCopy full SHA for 1d0983f
build.rs
@@ -0,0 +1,3 @@
1
+fn main() {
2
+ println!("cargo::rustc-check-cfg=cfg(fuzzing_repro)");
3
+}
0 commit comments