Skip to content

Commit 94a9154

Browse files
committed
fix linkification in RFL flagship goal
1 parent 0b26f53 commit 94a9154

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

content/Project-Goals-2025-March-Update.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,19 @@ Other areas of progress:
130130

131131
Update from our 2025-03-12 meeting ([full minutes](https://hackmd.io/@rust-lang-team/S181TSknyl)):
132132

133-
* RFL team requests someone to look at #138368 which is needed by kernel, @davidtwco to do so.
133+
* RFL team requests someone to look at [#138368](https://github.com/rust-lang/rust/pull/138368) which is needed by kernel, [@davidtwco] to do so.
134134
* `-Zbinary-dep-info` may not be needed; RFL may be able to emulate it.
135-
* `rustdoc` changes for exporting doctests are being incorporated. @imperio is working on the kernel side of the feature too. @ojeda thinks it would be a good idea to do it in a way that does not tie both projects too much, so that `rustdoc` has more flexibility to change the output later on.
135+
* `rustdoc` changes for exporting doctests are being incorporated. [@GuillaumeGomez] is working on the kernel side of the feature too. [@ojeda] thinks it would be a good idea to do it in a way that does not tie both projects too much, so that `rustdoc` has more flexibility to change the output later on.
136136
* [Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) authored for clippy stabilization.
137137
* Active iteration on the build-std design; feedback being provided by cargo team.
138-
* @wesleywiser sent a [PR to stabilize `-Zdwarf-version`](https://github.com/rust-lang/rust/pull/136926).
138+
* [@wesleywiser] sent a [PR to stabilize `-Zdwarf-version`](https://github.com/rust-lang/rust/pull/136926).
139139
* RfL doesn't use `cfg(no_global_oom_handling)` anymore. Soon, stable/LTS kernels that support several Rust versions will not use it either. Thus upstream Rust could potentially remove the `cfg` without breaking Linux, though other users like Windows may be still using it ([#**t-libs>no_global_oom_handling removal**](https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/no_global_oom_handling.20removal/with/498600545)).
140140
* Some discussion about best way forward for disabling orphan rule to allow experimentation with no firm conclusion.
141141

142+
[@davidtwco]: https://github.com/davidtwco
143+
[@GuillaumeGomez]: https://github.com/GuillaumeGomez
144+
[@ojeda]: https://github.com/ojeda
145+
[@wesleywiser]: https://github.com/wesleywiser
142146

143147
<!-- this comment helps to convince the markdown parser to do the right thing -->
144148

@@ -162,22 +166,22 @@ Updates from [today's meeting](https://hackmd.io/@rust-lang-team/H1hZmpW6ke):
162166
* While not used in RFL, `naked_asm` is not on the list but it will be moving forward for stabilization. It suffers from the same LLVM bug as `global_asm` forgetting target feature flags.
163167

164168
### ABI-modifying compiler flags
165-
* Andrew Zhogin has opened a draft PR (https://github.com/rust-lang/rust/pull/138736) following Alice's issue about which santisers should be modifiers (https://github.com/rust-lang/rust/issues/138453)
169+
* Andrew Zhogin has opened a draft PR (<https://github.com/rust-lang/rust/pull/138736> following Alice's issue about which santisers should be modifiers (<https://github.com/rust-lang/rust/issues/138453>)
166170

167171
### Extract dependency information, configure no-std externally (-Zcrate-attr)
168172

169173
* We decided we don't need to be able to extract dependency information
170-
* `-Zcrate-attr` has an RFC from jyn: https://github.com/rust-lang/rfcs/pull/3791
174+
* `-Zcrate-attr` has an RFC from jyn: <https://github.com/rust-lang/rfcs/pull/3791>
171175

172176
### Rustdoc features to extract doc tests
173177

174178
* No update.
175179

176180
### Clippy configuration
177181

178-
* [Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) was published but hasn't (to our knowledge) made progress. Would be good to sync up on next steps with @flip1995.
182+
* [Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) was published but hasn't (to our knowledge) made progress. Would be good to sync up on next steps with [@flip1995](https://github.com/flip1995).
179183

180-
### Build-std (https://github.com/rust-lang/rust-project-goals/issues/274)
184+
### [Build-std](https://github.com/rust-lang/rust-project-goals/issues/274)
181185

182186
* No update. Progress will resume next week when the contributor working on this returns from holiday.
183187

0 commit comments

Comments
 (0)