Replies: 1 comment
-
|
It is maybe possible to make it work for check-on-save, although I'm not keen of that option. It is not possible to support this for r-a's native analysis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm guessing this isn't currently supported, but I want to see if it's a reasonable feature request: could
rust-analyzerbe configured to report errors for multiple build configurations? As far as I can tell, with VSCode, you can configure a specific set of features forrust-analyzerto take into consideration, but sometimes you need to support multiple different incompatible feature-sets, build profiles, or targets. So it would be nice to be able to get errors reported for all of those, just as you'd get from usingcargo hack. (In my case I'd rather explicitly specify a small set of "valid" configurations, rather than relying onhackto generate a powerset of features.)Beta Was this translation helpful? Give feedback.
All reactions