From 06be670cb5c2665158df71f0d45f13f799d070d3 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Wed, 11 Jul 2018 12:54:34 +0200 Subject: [PATCH] Fix typo in Rust 1.27.1 release post --- _posts/2018-07-10-Rust-1.27.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-07-10-Rust-1.27.1.md b/_posts/2018-07-10-Rust-1.27.1.md index 7d1d78c60..76459067a 100644 --- a/_posts/2018-07-10-Rust-1.27.1.md +++ b/_posts/2018-07-10-Rust-1.27.1.md @@ -26,7 +26,7 @@ appropriate page on our website, and check out the [detailed release notes for This patch release fixes a bug in the borrow checker verification of `match` expressions. This bug was introduced in 1.26.0 with the stabilization of [match ergonomics]. We are uncertain that this specific problem actually indicated unsoundness in the borrow checker, -but suspected that it might be a possibility, so decided to issue at point release. The +but suspected that it might be a possibility, so decided to issue a point release. The code sample below caused a panic inside the compiler prior to this patch. ```rust