mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
7eabfb5fa7
Windows: No panic if function not (yet) available In some situations (e.g. #97814) it is possible for required functions to be called before they've had a chance to be loaded. Therefore, we make it possible to recover from this situation simply by looking at error codes. `@rustbot` label +O-windows