File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ git checkout -- tests/ui/entry-point/auxiliary/bad_main_functions.rs
3535rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic
3636rm tests/ui/simd/dont-invalid-bitcast-x86_64.rs # unimplemented llvm.x86.sse41.round.ps
3737rm tests/ui/simd/intrinsic/generic-arithmetic-pass.rs # unimplemented simd_funnel_{shl,shr}
38+ rm -r tests/ui/scalable-vectors # scalable vectors are unsupported
3839
3940# exotic linkages
4041rm tests/incremental/hashes/function_interfaces.rs
@@ -159,6 +160,7 @@ rm tests/ui/lint/use-redundant/use-redundant-issue-71450.rs # same
159160rm tests/ui/lint/use-redundant/use-redundant-prelude-rust-2021.rs # same
160161rm tests/ui/specialization/const_trait_impl.rs # same
161162rm tests/ui/thir-print/offset_of.rs # same
163+ rm tests/ui/traits/const-traits/const_closure-const_trait_impl-ice-113381.rs # same
162164
163165# genuine bugs
164166# ============
You can’t perform that action at this time.
0 commit comments