Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention Variadics With No Fixed Parameter
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.
- Loading branch information