Forum Discussion
Yosefor
May 06, 2026Copper Contributor
HELP, cargo run FORGETS how to build on win11 restart
so, i'm a supernoob with rust, and i am learning from a guide i found on youtube that follows the official book. so please forgive me if this is a stupid question (this feels infuriatingly stupid...
Samuelyur
May 07, 2026Copper Contributor
When you run cargo run, make sure you're in the correct directory (the root of your project). Running it from outside the project folder or in a different folder can cause it to behave unexpectedly.