Enable varargs support for AAPCS calling convention by Soveu · Pull Request #115860 · rust-lang/rust
This is the default calling convention for ARM - it is used for extern "C", therefore it supports varargs.
rustbot
added
S-waiting-on-review
labels
Sep 14, 2023
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Sep 15, 2023bors added a commit to rust-lang-ci/rust that referenced this pull request
Sep 16, 2023…iaskrgr 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: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Sep 16, 2023Rollup merge of rust-lang#115860 - Soveu:varargs2, r=WaffleLapkin Enable varargs support for AAPCS calling convention Welp, I was looking for a reason why this shouldn't be stabilized after so long... and here it is.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters