We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06166a7 commit bd93106Copy full SHA for bd93106
build.rs
@@ -11,9 +11,7 @@ fn main() {
11
// Note: add "/build.rs" to package.include in Cargo.toml if adding any
12
// conditional compilation within the library.
13
14
- if !unstable() || {
15
- true // FIXME: waiting on https://github.com/rust-lang/rust/pull/121967
16
- } {
+ if !unstable() {
17
println!("cargo:rustc-cfg=syn_disable_nightly_tests");
18
}
19
0 commit comments