File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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/)
You can’t perform that action at this time.
0 commit comments