> cargo should be a rust program but without the gccrs
> how I am supposed to bootstrap ?
Hello!
Currently, the Rust frontend can't be bootstraped. You need an existing rustc
toolchain (including cargo).
Marc
David Faust via Gcc-rust writes:
> On 10/8/21 10:45, David Faust via Gcc-rust wrote:
>> This patch removes the lambda iterators used in various HIR objects.
>> These iterators make interacting with the IR for static analysis more
>> difficult. Instead, get_X () helpers are added for accessing e
Mark Wielaard writes:
> https://code.wildebeest.org/git/user/mjw/gccrs/commit/?h=no-Rust-old
> if someone wants to push that, to merge for a v4.
Sorry, missed that part, taking care of merging it right now :)
https://github.com/Rust-GCC/gccrs/pull/1649
Thanks,
Marc
--
Gcc-rust mailing list
Gc