mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-21 09:23:55 +00:00
include source error for LoadLibraryExW In #107595, we added retry behavior for LoadLibraryExW on Windows. If it fails we do not print the underlying error that Windows returned. This made #110889 a little harder to debug. In this PR I am adding the source error in the message if it is available.