Skip to content

Commit

Permalink
Add special option for gccrs (#4401)
Browse files Browse the repository at this point in the history
gccrs is still in heavy dev and to avoid anyone missing this crucial info, it
has introduced a very explicit option and required option:

 -frust-incomplete-and-experimental-compiler-do-not-use

The compiler emits a very verbose error if this option is missing.

refs Rust-GCC/gccrs#1540

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm authored and mattgodbolt committed Jan 24, 2023
1 parent f687a6b commit 9a0e9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/config/rust.amazon.properties
Expand Up @@ -161,6 +161,8 @@ compiler.gccrs-snapshot.notification=Rust GCC Frontend - Very early snapshot
group.rustgcc.compilerType=gccrs
group.rustgcc.compilers=gccrs-snapshot
group.rustgcc.groupName=Rust-GCC
## needed, until its support is on-par with rustc (at some arbitrary version).
group.rustgcc.options=-frust-incomplete-and-experimental-compiler-do-not-use

group.rustccggcc.compilers=rustccggcc-master
compiler.rustccggcc-master.exe=/opt/compiler-explorer/rustc-cg-gcc-master/bin/rustc
Expand Down

0 comments on commit 9a0e9e7

Please sign in to comment.