Can you please update the rust version? It is pretty old by now. Also, I think it is a good idea to update it regularly. A new version is released every 6 weeks, and it is very rare to have any regressions, but even once a year would be nice.
1 Like
1.57 is really ancient
1 Like
The funny thing is, I also wanted to make the same post today and found this one. So, +1 upvote and admon ping (@hjr265). I am currently learning rust and solving some easy problems here with it trying to get used to it.
1 Like
@touhidurrr Thank you for the mention
@EgorKulikov The compiler has been updated to version 1.84.0. We are sorry for the delay in getting this done.
1 Like
While we are at it, do you have --edition=2021 as part of rustc command-line? If you use cargo instead (like atcoder) that should be added automatically
1 Like
why not the latest edition?
Oh ok, 2024 hasn’t been released yet it seems. So, that makes 2021 the latest edition.
@EgorKulikov Done
The command line is now rustc --edition 2021 -O {filename}
.
1 Like
thank you!
1 Like