File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 1.26.1 (2018-05-29)
2+ ==========================
3+
4+ Tools
5+ -----
6+
7+ - [ RLS now works on Windows] [ 50646 ]
8+ - [ Rustfmt stopped badly formatting text in some cases] [ rustfmt/2695 ]
9+
10+ Compatibility Notes
11+ --------
12+
13+ - [ ` fn main() -> impl Trait ` no longer works for non-Termination
14+ trait] [ 50656 ]
15+ This reverts an accidental stabilization.
16+ - [ ` NaN > NaN ` no longer returns true in const-fn contexts] [ 50812 ]
17+ - [ Prohibit using turbofish for ` impl Trait ` in method arguments] [ 50950 ]
18+
19+ [ 50646 ] : https://github.com/rust-lang/rust/issues/50646
20+ [ 50656 ] : https://github.com/rust-lang/rust/pull/50656
21+ [ 50812 ] : https://github.com/rust-lang/rust/pull/50812
22+ [ 50950 ] : https://github.com/rust-lang/rust/issues/50950
23+ [ rustfmt/2695 ] : https://github.com/rust-lang-nursery/rustfmt/issues/2695
24+
125Version 1.26.0 (2018-05-10)
226==========================
327
You can’t perform that action at this time.
0 commit comments