Skip to content

Commit a57dfc6

Browse files
authored
Merge pull request #703 from Mark-Simulacrum/147
1.47.0 prerelease
2 parents 5b9c9cf + 9ecc80d commit a57dfc6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "1.47.0 pre-release testing"
4+
author: Mark Rousskov
5+
team: The Release Team <https://www.rust-lang.org/governance/teams/operations#release>
6+
---
7+
8+
The 1.47.0 pre-release is ready for testing. The release is scheduled for this
9+
Thursday, October 8th. [Release notes can be found here.][relnotes]
10+
11+
You can try it out locally by running:
12+
13+
```plain
14+
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
15+
```
16+
17+
The index is <https://dev-static.rust-lang.org/dist/2020-10-06/index.html>. You
18+
can leave feedback on the [internals thread][internals].
19+
20+
Additionally, the release team is still investigating a regression in procedural
21+
macros which include C++ code, [#76980], and are interested in feedback and help
22+
from the community in figuring out a resolution to that bug.
23+
24+
[#76980]: https://github.com/rust-lang/rust/issues/76980
25+
[relnotes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1470-2020-10-08
26+
[internals]: https://internals.rust-lang.org/t/rust-1-47-0-pre-release-testing/

0 commit comments

Comments
 (0)