Open iamanonymouscs opened 1 year ago
The root cause is the crate name being "1"
(as the input file is 1.rs
- I can only tell that from the stray - main: params.outfile = lib1.rlib
line.
Please include the revision you're running AND the command you're running when submitting issues.
Please include the revision you're running AND the command you're running when submitting issues.
We sincerely apologize for the oversight in not including the version number and command information initially. We have now rectified this by editing the report to include the required details. Thank you very much for reminding us.
When attempting to compile the code with mrustc:
Code
$ cat 1.rs
Command
mrustc -L output-1.54.0 1.rs
It seems there is an Internal Compiler Error (ICE) occurs, with the error message:Output
Version
I build the
mrustc
by usingbuild-1.54.0.sh
mrustc --version