We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a192b commit e18201dCopy full SHA for e18201d
scripts/test_rustc_tests.sh
@@ -83,6 +83,7 @@ rm -r tests/run-make/symbols-include-type-name # --emit=asm not supported
83
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
84
rm -r tests/run-make/mismatching-target-triples # same
85
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
86
+rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
87
88
# requires LTO
89
rm -r tests/run-make/cdylib
0 commit comments