DEV Community

Discussion on: Cargo refused to build my project - A Rust debugging story!

Collapse
 
62mkv profile image
Kirill Marchuk

Why was it broken, in the first place?

Collapse
 
rrampage profile image
Raunak Ramakrishnan

Cargo itself was working fine. The issue was a combination of a non-standard gcc and cargo not being able to find the correct linker path by default.