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 959755f commit 87c661eCopy full SHA for 87c661e
scripts/test_rustc_tests.sh
@@ -10,7 +10,7 @@ pushd rust
10
11
command -v rg >/dev/null 2>&1 || cargo install ripgrep
12
13
-rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
+rm -r tests/ui/{lto/,linkage*} || true
14
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
15
rm $test
16
done
@@ -39,7 +39,6 @@ rm tests/ui/simd/intrinsic/generic-arithmetic-pass.rs # unimplemented simd_funne
39
# exotic linkages
40
rm tests/incremental/hashes/function_interfaces.rs
41
rm tests/incremental/hashes/statics.rs
42
-rm -r tests/run-make/naked-symbol-visibility
43
44
# variadic arguments
45
rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs
0 commit comments