about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-08-04 11:24:38 +1000
committerGitHub <noreply@github.com>2025-08-04 11:24:38 +1000
commitf6b4e45be7a72e291044bc0c071f14c5256078b7 (patch)
tree8e4028f39b9fdd9b1859f87b8caf8d7e1cc43462 /compiler/rustc_codegen_llvm/src
parent70587ebf0d3a6060e08bfb9c2d07dfdbfd8b2918 (diff)
parent4220587c2232e237a0c39a2c64b0bf046799434a (diff)
downloadrust-f6b4e45be7a72e291044bc0c071f14c5256078b7.tar.gz
rust-f6b4e45be7a72e291044bc0c071f14c5256078b7.zip
Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35
`AlignmentEnum` should just be `repr(usize)` now

These used to use specific sizes because they were compiled on all widths.  But now that the types themselves are `#[cfg]`'d, we can save some conversions by having it always be `repr(usize)`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions