mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 04:30:37 +00:00
Implement sys::args for UEFI - Uses `EFI_LOADED_IMAGE_PROTOCOL`, which is implemented for all loaded images. Tested on qemu with OVMF cc ``@nicholasbishop`` cc ``@dvdhrm``