Closed
Description
A new user following tutorials won't necessarily use cargo new
; they may create files by hand.
In practice, I have found that such users may accidentally create cargo.toml
instead of Cargo.toml
.
If Cargo.toml
is missing, cargo
should detect the presence of a file like cargo.toml
and suggest that the user rename it to Cargo.toml
.