-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Crashing on a disabled feature #13098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems that if you are using the MinGW target, you have to compile from a MinGW shell for openssl to build. This is an issue in openssl. |
That is why I have an |
We need to load the old names still for backwards compatability reasons with other clients unfortunately, so there is not much we can do about that |
I'm closing this then, thanks! |
Rust analyzer is crashing with the following mensage from the openssl-src crate:
I'm getting the same problem when I try to build my project with the "ssl" feature, which enables the ssl features of the dependencies. But without that feature, the code builds fine (with no ssl support). So
cargo build
works with no problem.Rust Analyzer aparently tries to build the openssl crate anyway.
Features of my project:
rust-analyzer version: rust-analyzer version: 0.3.1178-standalone (a670ff8 2022-08-21)
rustc version: rustc 1.62.1 (e092d0b6b 2022-07-16)
relevant settings: Nothing relevant, I'm not enabling "all features".
The text was updated successfully, but these errors were encountered: