-
Notifications
You must be signed in to change notification settings - Fork 110
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
Performance of rust-analyzer #244
Comments
I would not mind the Examples being moved into their own Handled Area's as long as the Launch.json is updated to work with those moves. The Defaults are a bit of a harder issue as if they are not enabled by default a lot of people will have to redo everything to ensure they include the features individually. If you do this, we also need to add a Rust Doc addition that still uses all the features. We could add an all feature that just includes everything to help with this. |
i noticed doing |
The issue here is without the Examples analyzer and build might not catch Errors |
if its just for building, you can use |
This project is kinda long to load on my laptop. It could be solved with 2 ways:
Would you accept a PR that does that ?
Also, I wanted to update an specific widget to Iced master. Would you accept a PR that does it, and thus, breaking all other widgets? (in the case of compile error on disabled feature is allowed by cargo, idk)
thanks
The text was updated successfully, but these errors were encountered: