We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa252c commit ac303f2Copy full SHA for ac303f2
testcrate/build.rs
@@ -1,4 +1,3 @@
1
-#![allow(unused)]
2
use std::{collections::HashSet, env};
3
4
/// Features to enable
@@ -24,7 +23,6 @@ fn main() {
24
23
|| target.contains("windows-gnu")
25
// FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
26
// See <https://github.com/llvm/llvm-project/issues/77401>.
27
- || target.starts_with("i586")
28
|| target.starts_with("i686")
29
// 32-bit PowerPC and 64-bit LE gets code generated that Qemu cannot handle. See
30
// <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105635926>.
0 commit comments