Skip to content

Commit 8525a74

Browse files
committed
tweak some text
1 parent a2856fe commit 8525a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/inside-rust/june-2025-rust-program-management-update.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,17 @@ I've invited the authors of the paper (Alexis Engelke, Tobias Schwarz and Tobias
113113

114114
Right now, stable Rust doesn't allow building the standard library for your project. This has been desired in many different contexts: using tier-3 targets (for which Rust doesn't ship a standard library), optimising it for a particular architecture (useful in embedded), patching things in and out, changing its configuration and so on.
115115

116-
It is of particular interest to the Rust for Linux effort, too.
116+
It is of particular interest to the [Rust for Linux effort][rfl], too.
117+
118+
[rfl]: https://rust-for-linux.com/
117119

118120
The list of use cases is almost as long as the number of RFCs that tried to solve this over the years.
119121

120122
This year, the Project has committed to building the standard library as as [one of the goals][buildstd-goal]. It needs close coordination between many teams.
121123

122124
[buildstd-goal]: https://rust-lang.github.io/rust-project-goals/2025h1/build-std.html
123125

124-
I've caught up on what what happened so far, join the meetnings the build-std folks have with team representatives.
125-
126-
I've explained the need to update the tracking issues as well, clarified the teams' expectations if we propose a new goal for the second half of 2025 and hopefully started a relationship that will make it easier for us all to communicate going forward.
126+
I've caught up on what what happened so far and started attending the build-std meetings. A lot of good work was already underway, but I've explained the need to update the tracking issues, clarified the teams' expectations if we propose a new goal for the second half of 2025 and hopefully started a relationship that will make it easier for us all to communicate going forward.
127127

128128
### Retpoline flags PR
129129

@@ -181,7 +181,7 @@ The May update is here:
181181

182182
<https://blog.rust-lang.org/2025/06/20/may-project-goals-update/>
183183

184-
This is one of those things I'll be happy to mostly take over.
184+
This is one of those things I'll be happy to mostly (or completely) take over.
185185

186186
### This Post
187187

0 commit comments

Comments
 (0)