Add line number to error messages about parsing Cargo.toml #12816
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
When there's a problem with Cargo.toml, cargo outputs an error but it does not mention where the error is coming from. For example:
Proposed Solution
It'd be nice if cargo mentioned which is the offending line in the manifest. For example:
Notes
No response
The text was updated successfully, but these errors were encountered: