Closed iamanonymouscs closed 1 year ago
mrustc only supports up to rust 1.54.0, and then only when explicitly asked to build it. The default is (for legacy reasons) 1.29
Look at the build-1.54.0.sh
script for the commands to build for a more recent version.
Thank you for your reply😃. I find the code failed to be compiled by rustc-1.29🤣
I encountered an error while compiling a Rust program using mrustc. The code and error message is as follows
Code
Error Output
However, the code can be compiled successfilly by rustc(stable 1.72).