You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, after much wrangling with MinGW to get Rust to compile on my Windows partition, I'm trying to get Rust-SDL to work.
When compiling it, and then running the demo application, I get the following, somewhat esoteric message:
The procedure entry point _ZN4bool14__extensions__9meth_80572eq15_4e94be02e19a923_06E could not be located in the dynamic link library core-c3ca5d77d81b46c1-0.6.dll
Is this a configuration issue? A bug? Me being silly?
The text was updated successfully, but these errors were encountered:
Fix `unnecessary_unwrap` lint when checks are done in parameters
Fixes a false positive in `unnecessary_unwrap` lint when checks are done in macro parameters.
FIxesrust-lang#5174
changelog: Fixes a false positive in `unnecessary_unwrap` lint when checks are done in macro parameters.
So, after much wrangling with MinGW to get Rust to compile on my Windows partition, I'm trying to get Rust-SDL to work.
When compiling it, and then running the demo application, I get the following, somewhat esoteric message:
The procedure entry point _ZN4bool14__extensions__9meth_80572eq15_4e94be02e19a923_06E could not be located in the dynamic link library core-c3ca5d77d81b46c1-0.6.dll
Is this a configuration issue? A bug? Me being silly?
The text was updated successfully, but these errors were encountered: