Commit 3164a47
authored
Rollup merge of rust-lang#122855 - workingjubilee:mangle-64-bit-chauvinism, r=compiler-errors
Fix Itanium mangling usizes
Arrays, surprisingly, are not sized to u64 on all platforms.
Fixes rust-lang#122851.
r? ```@compiler-errors```
cc ```@maurer```File tree
1 file changed
+2
-2
lines changed- compiler/rustc_symbol_mangling/src/typeid
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
| 528 | + | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
0 commit comments