Not planned
Description
To whom responsible for this:
I download https://static.rust-lang.org/dist/rust-1.27.1-x86_64-pc-windows-msvc.msi
and install on my windows 7 sp1 x64 , I select insert rust path into PATH environment variable , when i run cargo new hello and cargo build it is error ,(see attachment) the most eror is os error 122 , first i guess ,the compiler is not in the right environment ,but when i run command
rustc main.rs
it compiles ok ,so i am sure that the cargo and rustc not run in proper way ,
and i set the environment variable CARGO_INCREMENTAL=0
this makes ok
could somebody fixup this bug
thank you
best regards
error.txt
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
retep998 commentedon Jul 15, 2018
What kind of drive is
Z:
? Is it a network drive? Is it a ram drive?Related issue: #48249
jeppeter commentedon Jul 15, 2018
retep998 commentedon Jul 15, 2018
Please do all your Rust stuff on a normal drive, not a virtual memory drive, until this bug can be fixed.
jonas-schievink commentedon Oct 13, 2019
Inlining
error.txt
so people don't have to download and open it:jonas-schievink commentedon Oct 13, 2019
Error 122 is
ERROR_INSUFFICIENT_BUFFER
.fs::canonicalize
to work with legacy drivers #86447Enselic commentedon Aug 21, 2023
Triage: This is about problems canonicalizing paths on RAM drives. So is #48249, so closing as duplicate.