Closed
Description
The multi-crate testing is very easy to use, while it's also tempting to reuse the auxiliary modules. It seems this could lead race issue. One aux crate could be truncated by another parallel test runner compiling the same aux module.
We need document the restriction, or detect and fail with a good message, or even better, supports module reuse.