Accepting request 615064 from home:mmanu84:rust

- Update to version 1.26.2:
  + Compatibility Notes
    - The borrow checker was fixed to avoid unsoundness when using match ergonomics
- Update to version 1.26.1:
  + Tools
    - RLS now works on Windows
    - Rustfmt stopped badly formatting text in some cases
  + Compatibility Notes
    - `fn main() -> impl Trait` no longer works for non-Termination trait
      This reverts an accidental stabilization
    - `NaN > NaN` no longer returns true in const-fn contexts
    - Prohibit using turbofish for `impl Trait` in method arguments

OBS-URL: https://build.opensuse.org/request/show/615064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=159
This commit is contained in:
2018-06-08 01:24:48 +00:00
committed by Git OBS Bridge
parent ee99c69dc3
commit 44fee7379e
20 changed files with 45 additions and 29 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 6 10:37:27 UTC 2018 - mmanu84@outlook.de
- Update to version 1.26.2:
+ Compatibility Notes
- The borrow checker was fixed to avoid unsoundness when using match ergonomics
- Update to version 1.26.1:
+ Tools
- RLS now works on Windows
- Rustfmt stopped badly formatting text in some cases
+ Compatibility Notes
- `fn main() -> impl Trait` no longer works for non-Termination trait
This reverts an accidental stabilization
- `NaN > NaN` no longer returns true in const-fn contexts
- Prohibit using turbofish for `impl Trait` in method arguments
-------------------------------------------------------------------
Sat May 12 00:31:05 UTC 2018 - luc14n0@linuxmail.org