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 7bdafb5 commit 9bad4b6Copy full SHA for 9bad4b6
scripts/test_rustc_tests.sh
@@ -118,6 +118,7 @@ rm tests/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
118
rm tests/ui/mir/mir_raw_fat_ptr.rs # same
119
rm tests/ui/consts/issue-33537.rs # same
120
rm tests/ui/consts/const-mut-refs-crate.rs # same
121
+rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
122
123
# doesn't work due to the way the rustc test suite is invoked.
124
# should work when using ./x.py test the way it is intended
0 commit comments