rust/compiler/rustc_ast_passes
Veera f005b451c2 Support C23's Variadics Without a Named Parameter
This PR removes the static check that disallowed extern functions
with ellipsis (varargs) as the only parameter since this is now
valid in C23.

Also, adds a doc comment for `check_decl_cvariadic_pos()` and
fixes the name of the function (`varadic` -> `variadic`).
2024-04-16 18:53:05 -04:00
..
src Support C23's Variadics Without a Named Parameter 2024-04-16 18:53:05 -04:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl Support C23's Variadics Without a Named Parameter 2024-04-16 18:53:05 -04:00