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 c62ea80 commit d543d8eCopy full SHA for d543d8e
build.rs
@@ -0,0 +1,4 @@
1
+fn main() {
2
+ println!("cargo:rustc-check-cfg=cfg(hyper_unstable_ffi)");
3
+ println!("cargo:rustc-check-cfg=cfg(hyper_unstable_tracing)");
4
+}
0 commit comments