rouilleux

Results 3 comments of rouilleux

I'm getting a similar error even though rustc and cargo are installed. ``` We cannot find `rustc`. Try running `rustc --version` to diagnose your problem. For instructions on how to...

Debian, 4.19.0-11-amd64 `Reported error: Os { code: 2, kind: NotFound, message: "No such file or directory" }` Seems to ignore that my rust installation location is in my path. Where...

So the problem only occurs when running directly from the rustlings binary. Seems that I may have competing Rust installs which are causing a problem. Everything is fine if I...