When doing a build with rustbuild, it turns out that two tmp/ dirs end up being created. One is in the build/ directory that rustbuild owns, and one is in the current directory (next to the build directory). The one next to the build directory contains some information for partitioning tests and information about the error index. Both of these shouldn't exist and their output should be in the rustbuild build/ directory.
When doing a build with rustbuild, it turns out that two tmp/ dirs end up being created. One is in the
build/directory that rustbuild owns, and one is in the current directory (next to thebuilddirectory). The one next to thebuilddirectory contains some information for partitioning tests and information about the error index. Both of these shouldn't exist and their output should be in the rustbuild build/ directory.