Skip to content
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

Improve experience developing on this project with rust-analyzer #189

Open
nspin opened this issue Sep 18, 2024 · 0 comments
Open

Improve experience developing on this project with rust-analyzer #189

nspin opened this issue Sep 18, 2024 · 0 comments

Comments

@nspin
Copy link
Member

nspin commented Sep 18, 2024

At the time of writing, rust-analyzer imposes a one-configuration-fits-all approach to each workspace. This is incompatible with this project. We have some crates that only make sense on the development machine, and some that only make sense on seL4 or bare-metal.

We need to come up with a way to dynamically apply rust-analyzer to different configurations.

An acceptable intermediate solution would be preventing rust-analyzer from analyzing crates that don't make sense in the context of some default configuration. As far as I can tell, at present, that is not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant