mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 14:34:58 +00:00
library: fix uefi va_list type definition For uefi the `va_list` should always be the void pointer variant. Related to: https://github.com/rust-lang/rust/issues/44930