mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
move `va_copy`, `va_arg` and `va_end` to `core::intrinsics` some questions: - should these functions be `pub`? - is a separate module justified? r? `@RalfJung`