Skip to content

Commit 465cecc

Browse files
Update text/3857-cfg-version.md
Co-authored-by: Jubilee <[email protected]>
1 parent c5e9d5f commit 465cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ On the [stabilization issue](https://github.com/rust-lang/rust/pull/141766),
435435
there was concern about the name "rust" in this predicate not fitting in with the rest of the language.
436436
However, dropping it to `version` would make things awkward in Cargo where there wouldn't be enough context for which item's `version` is being referred to.
437437
There is also a future possibility of better integrating dependency versions into the language.
438-
If done, then `version` may be come more ambiguous even in Rust.
438+
If done, then `version` may become more ambiguous even in Rust.
439439
For example, if Cargo told rustc the minimum compatible version for a dependency, `#[deprecated(since)]`` warnings could not emit if the minimum version bound is lower than `since`.
440440
Similarly, if we stabilized `#[stable(since)]`, a linter could report when a version requirement is too low.
441441

0 commit comments

Comments
 (0)