# Overview
The goal of `cargo-gccrs` is to allow rust's building system, cargo [1]
to use `gccrs` as an alternative compiler to `rustc`.
In order to allow the rust language to target more of the current architecture
ecosystem,
as well as help in resolving the bootstrapping problem, rust support
Hi everyone,
We have been trying to enable the use of selftests for the rust frontend
over at gccrs. While doing this, I have realized that a few tests from
language-independant source files such as `opt-problem.c` and
`diagnostic.c` actually rely on the compiler being a C one.
For example, one t
Hi Dave,
On 21/11/05 09:23AM, David Malcolm wrote:
> On Fri, 2021-11-05 at 10:38 +0100, cohenarthur.dev via Gcc wrote:
> > Hi everyone,
> >
> > We have been trying to enable the use of selftests for the rust
> > frontend
> > over at gccrs. While doing this, I ha