Closed easter1000 closed 1 month ago
I think for some reason you are using an old rust version, can you try rustup update
first?
I think you have installed cargo and rustc directly using apt. We recommend using rustup, since rustup automatically provides the required rust toolchains (versions). Please restart the workspace (which will remove the current cargo and rustc), and try again after installing rustup through apt.
By the way, the development server provided for the exam is not cloud.fearless.systems. To test the exam environment, please follow the instructions in the rehearsal_part2.seb file.
I tried using the remote server's code-server for the first time while preparing for the test environment. (I usually used vs code desktop). I installed cargo and rustc using sudo apt install, but cargo doc --open, ./scripts/grade.sh do not work. Since I could not access github in the seb environment, I used my own browser to connect github. I also did git pull, but it still did not work. I think this problem is caused by cs220/src/lib.rs not being compiled. How do I solve it?