rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
54.07k stars 10.15k forks source link

Failed to write Clippy Cargo.toml file: Path Not Found Error #1998

Closed erickcestari closed 4 months ago

erickcestari commented 4 months ago

Steps to Reproduce:

  1. Run rustlings run clippy1.
  2. Encounter the error message Failed to write 📎 Clippy 📎 Cargo.toml file: Os { code: 3, kind: NotFound, message: "O sistema não pode encontrar o caminho especificado." }.

Expected Behavior:

Actual Behavior:

Environment:

erickcestari commented 4 months ago

More context: I did the windows installation instead of the manual

erickcestari commented 4 months ago

Manually installing it resolved the issue in my case.

mo8it commented 4 months ago

Closing because it is a known issue that is resolved in the upcoming version 6 :) Happy that it is resolved for you for now.