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 00fd153 commit 91afccaCopy full SHA for 91afcca
scripts/test_rustc_tests.sh
@@ -62,6 +62,7 @@ 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
+rm -r tests/ui/c-variadic/same-program-multiple-abis.rs # variadics for calling conventions other than C unsupported
66
67
# requires LTO
68
rm -r tests/run-make/cdylib
0 commit comments