mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
4874f18c54
std: Change UEFI env vars to volatile storage The UEFI variables set by the env vars should be volatile, otherwise they will persist after reboot and use up scarce non-volatile storage. CC @Ayush1325