IntelliJ's "next error" is not global?

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?

FWIW in RustRover the behavior is the same. I tried some key combos but to no avail. It looks like this is a missing feature.

It’s a very old quirk in JetBrains IDEs. It’s weird, but you just get used to it, I guess.

I’m filing a bug/feature request…