Skip to content

Commit d8db5b1

Browse files
committed
Address resolver error messages
1 parent 19fc1b6 commit d8db5b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text/3493-precise-pre-release-cargo-update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ However, we leave the exact API details to the maintainer of the `semver` packag
142142
A change that makes use of a pre-release version may not be noticed during code review as reviewers don't always check for changes in the lock file.
143143
- Library crates that require a pre-release version are not well supported since their lock files are ignored by their users (see [future-possibilities])
144144
- This is an invasive change to cargo with a significant risk for bugs. This also extends out to packages in the ecosystem that deal with depednency versions.
145+
- There is a risk that error messages from the resolver may be negatively affected and we might be limited in fixes due to the resolver's current design.
145146

146147
# Rationale and alternatives
147148
[rationale-and-alternatives]: #rationale-and-alternatives

0 commit comments

Comments
 (0)