Skip to content

Commit 4ec9682

Browse files
committed
drawbacks update
1 parent 800825c commit 4ec9682

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

text/0000-min-rust-version.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ 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, even with the checks, does not guarantee that crate
152+
will work correctly on the specified MSRV, only appropriate CI testing can do that.
153153
- More complex dependency versions resolution algorithm.
154-
- MSRV selected by `cargo publish` can be overly conservative.
155-
- MSRV checks will make compiler more complex.
154+
- MSRV selected by `cargo publish` with `rust = "stable"` can be too
155+
conservative.
156+
- Checking `#[stable(since=version)]` of used items will make compiler more complex.
156157

157158
# Rationale and Alternatives
158159
[alternatives]: #alternatives

0 commit comments

Comments
 (0)