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