Re: [PATCH v2 2/2] rust: emit path candidates in panic message

From: Miguel Ojeda
Date: Sun Jul 20 2025 - 18:20:52 EST


On Thu, May 29, 2025 at 3:15 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> + write!(&mut candidates, " {path:?}").unwrap();

I assume this was supposed to be `writeln!`; otherwise, we lose the
newlines and the indent does not make much sense.

I will fix it when applying.

Cheers,
Miguel