Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention Variadics With No Fixed Parameter #1494

Merged
merged 1 commit into from
May 30, 2024

Conversation

veera-sivarajan
Copy link
Contributor

@veera-sivarajan veera-sivarajan commented Apr 18, 2024

There's an open PR rust-lang/rust#124048 to support C23's variadics without a named parameter in Rust's extern blocks. Currently, it's waiting on approval from T-lang to get merged.

This PR removes the line "There must be at least one parameter before the variadic parameter" and adds an example to highlight that Rust supports variadics without any named parameters.

Opening this now so it can get merged if and when the implementation gets approved by T-lang.

@ehuss ehuss added the S-waiting-on-stabilization Waiting for a stabilization PR to be merged in the main Rust repository label Apr 19, 2024
There's an open PR to support C23's variadics without a named
parameter in Rust's extern blocks. Currently, it's waiting on
approval from T-lang to get merged.

This PR removes the line "There must be at least one parameter
before the variadic parameter" and adds an example to highlight
that we support variadics without any named parameters.

Opening this now so it can get merged after the implementation
gets approved by T-lang.
Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

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

Thanks!

@ehuss ehuss added this pull request to the merge queue May 30, 2024
Merged via the queue into rust-lang:master with commit b33bf81 May 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-stabilization Waiting for a stabilization PR to be merged in the main Rust repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants