Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Add unstable C variadic function argument #45

Open
@ehuss

Description

@ehuss

I haven't looked closely at this, but it looks like you can name the variadic argument now. I believe this was added in rust-lang/rust#57760.

unsafe extern "C" fn f(n: usize, mut args: ...) {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    grammarIssues with the definition of the rust grammarnightlyNightly-only syntax

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions