Skip to content

Commit

Permalink
drawbacks update
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 4, 2018
1 parent 800825c commit 02fb6cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions text/0000-min-rust-version.md
Expand Up @@ -148,11 +148,13 @@ max `version` value from them as a MSRV. If all `cfg`s are false, value in the
# Drawbacks
[drawbacks]: #drawbacks

- Declaration of MSRV and describe checks does not guarantee that, only
appropriate CI testing.
- Declaration of MSRV and even described checks does not guarantee that crate
will work correctly on the specified Rust version, only appropriate CI testing
can do that.
- More complex dependency versions resolution algorithm.
- MSRV selected by `cargo publish` can be overly conservative.
- MSRV checks will make compiler more complex.
- MSRV selected by `cargo publish` with `rust = "stable"` can be too
conservative.
- Checking `#[stable(since=version)]` of used items will make compiler more complex.

# Rationale and Alternatives
[alternatives]: #alternatives
Expand Down

0 comments on commit 02fb6cc

Please sign in to comment.