Re: [PATCH 2/2] rust: macros: fix `make rusttest` build on macOS

From: Miguel Ojeda
Date: Fri Feb 07 2025 - 13:13:57 EST


On Fri, Feb 7, 2025 at 6:22 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Do not emit `#[link_section = ".modinfo"]` on macOS (i.e. when building
> userspace tests); .modinfo is not a legal section specifier in mach-o.

I thought the changes we already applied were the ones needed for
macOS support. Oh, well...

Cheers,
Miguel