mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
22b2913464
Fix uninitialized UEFI globals in tests Export globals via a `doc(hidden)` module. In test code, use the globals from `realstd` so that they are properly initialized. CC @Ayush1325