about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-11 20:20:50 +0200
committerGitHub <noreply@github.com>2024-04-11 20:20:50 +0200
commit074269f7a1b867ae2f3ad0d9ceccc1996908ca95 (patch)
tree13bd90274bfa705b6378970f1bcb315169f768be /compiler/rustc_codegen_llvm/src
parentbcdc281e5c0429450dc6122930bbde3753491f3f (diff)
parent791ba531c05f39e9ce1ff23887462de3724914df (diff)
downloadrust-074269f7a1b867ae2f3ad0d9ceccc1996908ca95.tar.gz
rust-074269f7a1b867ae2f3ad0d9ceccc1996908ca95.zip
Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petrochenkov
Reduce Size of `ModifierInfo`

I added `ModifierInfo` in #121940 and had used a `u64` for  the `size` field even though the largest value it holds is `512`.

This PR changes the type of the `size` field to `u16`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions