Skip to content

Commit bd93106

Browse files
committed
Revert "Temporarily disable nightly testing due to libLLVM link issue"
This reverts commit 7aef1ed.
1 parent 06166a7 commit bd93106

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ fn main() {
1111
// Note: add "/build.rs" to package.include in Cargo.toml if adding any
1212
// conditional compilation within the library.
1313

14-
if !unstable() || {
15-
true // FIXME: waiting on https://github.com/rust-lang/rust/pull/121967
16-
} {
14+
if !unstable() {
1715
println!("cargo:rustc-cfg=syn_disable_nightly_tests");
1816
}
1917
}

0 commit comments

Comments
 (0)