Skip to content

Commit

Permalink
Revert "Temporarily disable nightly testing due to libLLVM link issue"
Browse files Browse the repository at this point in the history
This reverts commit 7aef1ed.
  • Loading branch information
dtolnay committed Mar 11, 2024
1 parent 06166a7 commit bd93106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ fn main() {
// Note: add "/build.rs" to package.include in Cargo.toml if adding any
// conditional compilation within the library.

if !unstable() || {
true // FIXME: waiting on https://github.com/rust-lang/rust/pull/121967
} {
if !unstable() {
println!("cargo:rustc-cfg=syn_disable_nightly_tests");
}
}
Expand Down

0 comments on commit bd93106

Please sign in to comment.