While working on rustc, I often have: ``` $ ls /tmp/rustdoctest* | wc -l 6197 ``` 😬 Almost all these directories are completely empty. We should probably do a better job at cleaning them up. Or move them into the build directory instead of littering all over /tmp.