Re: [PATCH] rust: support arrays in target JSON

From: Miguel Ojeda
Date: Fri Aug 23 2024 - 00:47:19 EST


On Tue, Jul 30, 2024 at 11:26 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> From: Matthew Maurer <mmaurer@xxxxxxxxxx>
>
> Some configuration options such as the supported sanitizer list are
> arrays. To support using Rust with sanitizers on x86, we must update the
> target.json generator to support this case.
>
> The Push trait is removed in favor of the From trait because the Push
> trait doesn't work well in the nested case where you are not really
> pushing values to a TargetSpec.
>
> Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel