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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: