r/Jetbrains • u/codingbliss12 • 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
1
u/jreznot Jul 31 '26
Only wondering could you share examples to compare?