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 076ae56 commit 67c241eCopy full SHA for 67c241e
scripts/test_rustc_tests.sh
@@ -130,6 +130,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
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
+rm -r tests/run-make/const-trait-stable-toolchain # same
134
135
# genuine bugs
136
# ============
0 commit comments