https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124233

--- Comment #4 from Brecht Sanders <brechtsanders at users dot sourceforge.net> 
---
I was able to build with rust language now and the following additional files
were installed:
- bin/gccrs.exe
- bin/x86_64-w64-mingw32-gccrs.exe
- libexec/gcc/x86_64-w64-mingw32/16.0.1/crab1.exe

But when I run a simple test like this:
```
COMPILER_DO_NOT_USE=1 $MINGWPREFIX/share/gcc/bin/gccrs.exe -xrust - -o test.exe
&& rm test.exe
```
the result is:
```
-:2:1: error: could not resolve macro invocation 'println' [E0433]
```

Reply via email to