mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Backport 1.27.2 release notes
This commit is contained in:
parent
f89817997a
commit
6b138f5167
11
RELEASES.md
11
RELEASES.md
@ -160,6 +160,17 @@ Compatibility Notes
|
||||
[`{Any + Send + Sync}::downcast_ref`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.downcast_ref-2
|
||||
[`{Any + Send + Sync}::is`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.is-2
|
||||
|
||||
Version 1.27.2 (2018-07-20)
|
||||
===========================
|
||||
|
||||
Compatibility Notes
|
||||
-------------------
|
||||
|
||||
- The borrow checker was fixed to avoid potential unsoundness when using
|
||||
match ergonomics: [#52213][52213].
|
||||
|
||||
[52213]: https://github.com/rust-lang/rust/issues/52213
|
||||
|
||||
Version 1.27.1 (2018-07-10)
|
||||
===========================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user