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 e1461e2 commit 3ebaf04Copy full SHA for 3ebaf04
scripts/test_rustc_tests.sh
@@ -129,6 +129,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
129
# ============================================================
130
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
132
+rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
133
134
# genuine bugs
135
# ============
0 commit comments