IntelliJ and the Rust plugin have a command with a default keyboard shortcut (F2) for “Next Highlighted Error”. But it only works within a file, so you jump to 2 or 3 problems and then have to go hunting with the mouse pointer, to select the next file, then you can use F2 again, repeat.
Anyone know how how walk through all the compiler errors in the entire build, with just a key shortcut?