We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f898179 commit 6b138f5Copy full SHA for 6b138f5
RELEASES.md
@@ -160,6 +160,17 @@ Compatibility Notes
160
[`{Any + Send + Sync}::downcast_ref`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.downcast_ref-2
161
[`{Any + Send + Sync}::is`]: https://doc.rust-lang.org/std/any/trait.Any.html#method.is-2
162
163
+Version 1.27.2 (2018-07-20)
164
+===========================
165
+
166
+Compatibility Notes
167
+-------------------
168
169
+- The borrow checker was fixed to avoid potential unsoundness when using
170
+ match ergonomics: [#52213][52213].
171
172
+[52213]: https://github.com/rust-lang/rust/issues/52213
173
174
Version 1.27.1 (2018-07-10)
175
===========================
176
0 commit comments