rust/tests/ui/scalable-vectors
David Wood 5f27abdbc8
mono: require target feature for scalable vectors
Scalable vector types only work with the relevant target features
enabled, so require this for any function with the types in its
signature.
2025-12-16 11:01:26 +00:00
..
async.rs mir_transform: prohibit scalable vectors in async 2025-12-16 11:00:12 +00:00
async.stderr mir_transform: prohibit scalable vectors in async 2025-12-16 11:00:12 +00:00
closure-capture.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
closure-capture.stderr codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
copy-clone.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
copy-clone.stderr codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
fn-trait.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
fn-trait.stderr codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
illformed-element-type.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed-element-type.stderr hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed-tuples-of-scalable-vectors.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed-tuples-of-scalable-vectors.stderr hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed-within-types.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed-within-types.stderr hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
illformed.stderr hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
invalid.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
invalid.stderr hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
require-target-feature.rs mono: require target feature for scalable vectors 2025-12-16 11:01:26 +00:00
require-target-feature.stderr mono: require target feature for scalable vectors 2025-12-16 11:01:26 +00:00
value-type.rs codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
value-type.stderr codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
wellformed-arrays.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
wellformed.rs hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00