Re: [PATCH v1 1/3] rust: samples: add missing newlines in rust_print_main
From: Miguel Ojeda
Date: Fri Aug 28 2026 - 02:19:04 EST
On Fri, Aug 28, 2026 at 3:52 AM Mehmet Koseoglu
<mehmet.mkoseoglu@xxxxxxxxx> wrote:
>
> Fixes: f431c5c581fa ("samples: rust: print: Add sample code for Arc printing")
> Fixes: 47cb6bf7860c ("rust: use derive(CoercePointee) on rustc >= 1.84.0")
Thanks!
These Fixes tags point to different set of stable releases, but we
probably don't care about backporting this, so it is not a big deal
(otherwise; we would have needed to split the patch).
Cheers,
Miguel