File tree 1 file changed +24
-0
lines changed
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
+
1
25
Version 1.26.0 (2018-05-10)
2
26
==========================
3
27
You can’t perform that action at this time.
0 commit comments