mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +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