diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-11 20:20:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 20:20:50 +0200 |
| commit | 074269f7a1b867ae2f3ad0d9ceccc1996908ca95 (patch) | |
| tree | 13bd90274bfa705b6378970f1bcb315169f768be /compiler/rustc_codegen_llvm/src | |
| parent | bcdc281e5c0429450dc6122930bbde3753491f3f (diff) | |
| parent | 791ba531c05f39e9ce1ff23887462de3724914df (diff) | |
| download | rust-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
