We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1628b50 commit 9ea66dcCopy full SHA for 9ea66dc
RELEASES.md
@@ -1,3 +1,14 @@
1
+Version 1.27.2 (2018-07-20)
2
+===========================
3
+
4
+Compatibility Notes
5
+-------------------
6
7
+- The borrow checker was fixed to avoid potential unsoundness when using
8
+ match ergonomics: [#52213][52213].
9
10
+[52213]: https://github.com/rust-lang/rust/issues/52213
11
12
Version 1.27.1 (2018-07-10)
13
===========================
14
src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
24
use config::Config;
25
26
// The version number
27
-pub const CFG_RELEASE_NUM: &str = "1.27.1";
+pub const CFG_RELEASE_NUM: &str = "1.27.2";
28
29
pub struct GitInfo {
30
inner: Option<Info>,
0 commit comments