Skip to content

implement va_start and va_arg#906

Open
folkertdev wants to merge 1 commit into
rust-lang:masterfrom
folkertdev:va-arg
Open

implement va_start and va_arg#906
folkertdev wants to merge 1 commit into
rust-lang:masterfrom
folkertdev:va-arg

Conversation

@folkertdev

Copy link
Copy Markdown
Contributor

Comment thread tests/run/variadic.rs

// Tests defining and calling C-variadic functions (reading arguments via `VaList`).
//
// Based on tests/ui/c-variadic/roundtrip.rs from rust-lang/rust.

@antoyo antoyo Jul 12, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this test pass?
If so, we can remove it from this file instead.

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, assuming everything is synchronized. I just removed some i128 logic that just got added a couple of days ago in the main repo and hasn't yet been synchronized back. With the other two PRs merged we can try it in CI here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants