You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments