Open
Description
Right now, x test tidy
includes two additional checks besides tidy itself: auto-completions and rustfmt
check. Currently, they run sequentially, but running them concurrently could speed things up; potentially saving around one second depending on the machine specs. It's a quite popular and frequently used command, so it's worth making it faster.
Somewhat related: #141073