rustpkg calls extra::tempfile::mkdtemp (mostly in rustpkg/tests but also in rustpkg::{package_source,version}) and doesn't ever remove the resulting directories.
/tmp grows by 8MiB every time I run make check, we should fix it before I run out of disk space and have to reboot! ;)