1.26.1
- RLS and cargo build no longer interfere
- Fix some bad formatting by rustfmt
- main() can only return concrete types
- Turbofish no longer works on impl Trait method arguments
- Fix floating point comparisons in constant contexts
- Detailed release notes
1.26.0
- Second edition of "The Rust Programming Language" documentation
- impl Trait
- Automatic de-referencing in match statements
- The main function can return a Result
- Inclusive ranges with ..=
- Slice pattern matching
- Detailed release notes