Skip to content

Commit 6dd5851

Browse files
committed
Auto merge of #137855 - matthiaskrgr:rollup-uh7f3fi, r=matthiaskrgr
Rollup of 10 pull requests Successful merges: - #137804 (rename BackendRepr::Vector → SimdVector) - #137807 (Fully qualify `Result` in generated doctest code) - #137809 (Use correct error message casing for `io::const_error`s) - #137818 (tests: adapt for LLVM 21 changes) - #137822 (Update query normalizer docs to not position it as the greatest pioneer in the space of normalization) - #137824 (Tweak invalid RTN errors) - #137828 (Fix inaccurate `std::intrinsics::simd` documentation) - #137830 (Fix link failure on AVR (incompatible ISA error)) - #137837 (Update `const_conditions` and `explicit_implied_const_bounds` docs) - #137840 (triagebot: only ping me for constck) r? `@ghost` `@rustbot` modify labels: rollup
2 parents aedb9f2 + 9e8150a commit 6dd5851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/hir-ty/src/layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fn layout_of_simd_ty(
192192
Ok(Arc::new(Layout {
193193
variants: Variants::Single { index: struct_variant_idx() },
194194
fields,
195-
backend_repr: BackendRepr::Vector { element: e_abi, count: e_len },
195+
backend_repr: BackendRepr::SimdVector { element: e_abi, count: e_len },
196196
largest_niche: e_ly.largest_niche,
197197
uninhabited: false,
198198
size,

0 commit comments

Comments
 (0)