Re: [PATCH 1/2] rust: Add initial cpumask abstractions
From: Viresh Kumar
Date: Tue Feb 25 2025 - 06:53:09 EST
On 25-02-25, 12:39, Alice Ryhl wrote:
> On Tue, Feb 25, 2025 at 12:36 PM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
> >
> > On 25-02-25, 12:34, Alice Ryhl wrote:
> > > Hmm, ok. I would have expected it to format on one line:
> > > unsafe { drop(KBox::from_raw(self.ptr)) };
> >
> > I did try this earlier and rustfmt suggested to format it the way I
> > have done it currently :)
> >
> > > That is what normally happens when the semi-colon is outside the
> > > block. Not sure why it did not happen in this case.
>
> Very weird. I'd guess that the #[cfg] is at fault.
Dropping #[cfg] does make it complain with current code and suggests
to format on one line.
--
viresh