Re: [PATCH v2 1/3] kbuild: rust: Define probing macros for rustc
From: Miguel Ojeda
Date: Wed Aug 14 2024 - 07:31:19 EST
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