mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
3e90a12a8a
libcore: Add VaList and variadic arg handling intrinsics ## Summary - Add intrinsics for `va_start`, `va_end`, `va_copy`, and `va_arg`. - Add `core::va_list::VaList` to `libcore`. Part 1 of (at least) 3 for #44930 Comments and critiques are very much welcomed 😄