mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
835edc1397
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``