Skip to content

Commit 06372d4

Browse files
authored
Rollup merge of #105658 - tronta:patch-2, r=Mark-Simulacrum
Remove ..X from RELEASES.md this is not yet supported: ..X => #37854 is still open
2 parents 549ba2e + b037c44 commit 06372d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Language
1616
- [Change constant evaluation errors from a deny-by-default lint to a hard error](https://github.com/rust-lang/rust/pull/102091/)
1717
- [Trigger `must_use` on `impl Trait` for supertraits](https://github.com/rust-lang/rust/pull/102287/)
1818
This makes `impl ExactSizeIterator` respect the existing `#[must_use]` annotation on `Iterator`.
19-
- [Allow `..X` and `..=X` in patterns](https://github.com/rust-lang/rust/pull/102275/)
19+
- [Allow `..=X` in patterns](https://github.com/rust-lang/rust/pull/102275/)
2020
- [Uplift `clippy::for_loops_over_fallibles` lint into rustc](https://github.com/rust-lang/rust/pull/99696/)
2121
- [Stabilize `sym` operands in inline assembly](https://github.com/rust-lang/rust/pull/103168/)
2222
- [Update to Unicode 15](https://github.com/rust-lang/rust/pull/101912/)

0 commit comments

Comments
 (0)