After fuzzing for a couple of days, noticed that inside /tmp/ I had accumulated more than 40.000 directories like proc-macro-srv15c70d-0
rust-analyzer diagnostics . on an empty crate (cargo new) is enough to make the stale folder appear.
I would think that at least in case of the happy path (no ra panic), leftover files are removed before the application finally terminates.
After fuzzing for a couple of days, noticed that inside
/tmp/I had accumulated more than 40.000 directories likeproc-macro-srv15c70d-0rust-analyzer diagnostics .on an empty crate (cargo new) is enough to make the stale folder appear.I would think that at least in case of the happy path (no ra panic), leftover files are removed before the application finally terminates.