Commit adeef74
committed
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.1 parent 735c5db commit adeef74
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments