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 fb6de82 commit 503612eCopy full SHA for 503612e
scripts/test_rustc_tests.sh
@@ -60,6 +60,7 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
60
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
61
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
62
rm -r tests/run-make/used-proc-macro # used(linker) isn't supported yet
63
+rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
64
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
65
66
# requires LTO
0 commit comments