Hi!
On 2023-09-26T13:40:40+0200, Richard Biener wrote:
> On Wed, Sep 20, 2023 at 2:04 PM Arthur Cohen
> wrote:
>>
>> From: Pierre-Emmanuel Patry
>>
>> This patch series adds the build system changes to allow the Rust
>> frontend to develop and distribute its own libraries. The first library
>>
On Wed, Sep 20, 2023 at 2:04 PM Arthur Cohen wrote:
>
> From: Pierre-Emmanuel Patry
>
> This patch series adds the build system changes to allow the Rust
> frontend to develop and distribute its own libraries. The first library
> we have been working on is the `proc_macro` library, comprised of a
From: Pierre-Emmanuel Patry
This patch series adds the build system changes to allow the Rust
frontend to develop and distribute its own libraries. The first library
we have been working on is the `proc_macro` library, comprised of a C++
library as well as a user-facing Rust library.
Follow up c