Re: [PATCH v2 2/2] rust: emit path candidates in panic message
From: Tamir Duberstein
Date: Sun Jul 20 2025 - 19:02:35 EST
On Sun, Jul 20, 2025 at 6:20 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> 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.
Duh, yes, that's right.
> I will fix it when applying.
Thank you!