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 0472f6c commit b91ecc7Copy full SHA for b91ecc7
scripts/test_rustc_tests.sh
@@ -98,6 +98,7 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
98
rm src/test/incremental/issue-80691-bad-eval-cache.rs # wrong exit code
99
rm src/test/incremental/spike-neg1.rs # errors out for some reason
100
rm src/test/incremental/spike-neg2.rs # same
101
+rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs
102
103
rm src/test/incremental/thinlto/cgu_invalidated_when_import_{added,removed}.rs # requires LLVM
104
0 commit comments