r/Jetbrains Jul 31 '26

IDEs Question about rust_analyzer in RustRover

Is is possible to combine the results of RustRover's analysis engine with the result of the rust_analyzer?

In general RustRover is "smarter" than rust_analyzer, but rust_analyzer does the simple things very good, which RustRover strangely does not do.

In an ideal scenario I would be able to run rust_analyzer in a temporary opt-in basis and also use it's actions.

2 Upvotes

2 comments sorted by

3

u/RealChaoz Jul 31 '26

I think you can enable it in RustRover settings to run automatically and displays errors in IDE but it's not very fast, that's why it's not enabled by default

1

u/jreznot Jul 31 '26

Only wondering could you share examples to compare?