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 bff31bd commit 8cea8a7Copy full SHA for 8cea8a7
scripts/test_rustc_tests.sh
@@ -60,13 +60,13 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
60
61
# requires LTO
62
rm -r tests/run-make/cdylib
63
-rm -r tests/run-make/issue-14500
64
rm -r tests/run-make/issue-64153
65
rm -r tests/run-make/codegen-options-parsing
66
rm -r tests/run-make/lto-*
67
rm -r tests/run-make/reproducible-build-2
68
rm -r tests/run-make/issue-109934-lto-debuginfo
69
rm -r tests/run-make/no-builtins-lto
+rm -r tests/run-make/reachable-extern-fn-available-lto
70
71
# optimization tests
72
# ==================
0 commit comments