From 9ecc80d5f787a4203dcc350a4896aed7f891ea95 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 6 Oct 2020 09:18:31 -0400 Subject: [PATCH] 1.47.0 prerelease --- .../2020-10-06-1.47.0-prerelease.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 posts/inside-rust/2020-10-06-1.47.0-prerelease.md diff --git a/posts/inside-rust/2020-10-06-1.47.0-prerelease.md b/posts/inside-rust/2020-10-06-1.47.0-prerelease.md new file mode 100644 index 000000000..725ff6c68 --- /dev/null +++ b/posts/inside-rust/2020-10-06-1.47.0-prerelease.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "1.47.0 pre-release testing" +author: Mark Rousskov +team: The Release Team +--- + +The 1.47.0 pre-release is ready for testing. The release is scheduled for this +Thursday, October 8th. [Release notes can be found here.][relnotes] + +You can try it out locally by running: + +```plain +RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable +``` + +The index is . You +can leave feedback on the [internals thread][internals]. + +Additionally, the release team is still investigating a regression in procedural +macros which include C++ code, [#76980], and are interested in feedback and help +from the community in figuring out a resolution to that bug. + +[#76980]: https://github.com/rust-lang/rust/issues/76980 +[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1470-2020-10-08 +[internals]: https://internals.rust-lang.org/t/rust-1-47-0-pre-release-testing/