DEV Community

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

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.