Skip to content

Commit 02fb6cc

Browse files
committed
drawbacks update
1 parent 800825c commit 02fb6cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

text/0000-min-rust-version.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,13 @@ max `version` value from them as a MSRV. If all `cfg`s are false, value in the
148148
# Drawbacks
149149
[drawbacks]: #drawbacks
150150

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

157159
# Rationale and Alternatives
158160
[alternatives]: #alternatives

0 commit comments

Comments
 (0)