Skip to content

Fix typo in Rust 1.27.1 release post #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2018-07-10-Rust-1.27.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down