mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
375ab3e44f
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