rustyscreeps/screeps-starter-rust

Project doesn't compile

Closed this issue · 4 comments

Yesterday, the project compiled for me but since this morning the project doesn't compile because of this error:

error: linking with 'link.exe' failed: exit code: 1120

I updated rust using rustup update to install rustfmt and clippy - I guess that is the issue, but how do I solve it?

I deleted the target folder and lock file but that doesn't solve the issue.
I even downloaded a fresh copy which also didn't compile :/

Oh wait, I'm so sorry ._. I didn't build it using cargo screeps, I just ran cargo build 😆. So I guess that was the issue...