On Wed, Aug 14, 2024 at 1:27 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > I also had `out-dir` [1] since, if I remember correctly, `rustc` may > create temporary files in a potentially read-only location even in > this case. Ah, wait, you are avoiding `try-run` -- is it because of that? I think we should try to reuse it, even if we have to add the `TMPOUT`. Or what is the reason for not reusing it? Cheers, Miguel