mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +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