This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 409e7f6
committed
Auto merge of rust-lang#115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr
Rollup of 3 pull requests
Successful merges:
- rust-lang#115860 (Enable varargs support for AAPCS calling convention)
- rust-lang#115867 (coverage: Simplify internal representation of debug types)
- rust-lang#115885 (don't globally ignore rustc-ice files)
Failed merges:
- rust-lang#115873 (Make `TyKind::Adt`'s `Debug` impl be more pretty)
- rust-lang#115884 (make ty::Const debug printing less verbose)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
6 files changed
+149
-151
lines changed- compiler
- rustc_hir_analysis/src
- rustc_mir_transform/src/coverage
- rustc_target/src/spec
- tests/ui/c-variadic
6 files changed
+149
-151
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments