There is amazing feature in vim called quickfix (don't remember if it's plugin or the native thing), it allows one to iterate over errors in editor by moving cursor to the location of the error.
How can I setup the same functionality in CLion with Rust plugin?
You can do it by pressing
F2
key: https://www.jetbrains.com/help/idea/navigating-to-next-previous-error.html