mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f7668674cc
Make std::fs::File Send on UEFI Similarly to rust-lang/rust#150990 since UEFI has no threads, this should be safe.