rust/compiler/rustc_ast_passes
David Wood ba9262936e
hir/trait_sel: prohibit scalable vectors in types
Extend well-formedness checking and HIR analysis to prohibit the use of
scalable vectors in structs, enums, unions, tuples and arrays. LLVM does
not support scalable vectors being members of other types, so these
restrictions are necessary.

Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com>
2025-12-16 11:00:12 +00:00
..
src hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl hir/trait_sel: prohibit scalable vectors in types 2025-12-16 11:00:12 +00:00