Skip to content

Commit dad3816

Browse files
committed
Merge PR #1694: Fix typo in August PM update
2 parents 77a8248 + bcf084c commit dad3816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Even in the Rust standard library, traits like this are [only implemented for tu
125125

126126
This is, again, keenly felt by anyone writing an entity component system (ECS) or object-relational mapping (ORM) and in particular their query systems.
127127

128-
Some time ago, Olivier Faune took up the mantle and drove the discussions at the last two RustWeek conferences (read the [2024](https://poignardazur.github.io/2024/05/25/report-on-rustnl-variadics/) and [2025](https://poignardazur.github.io/2025/06/07/report-on-variadics-rustweek/) reports).
128+
Some time ago, Olivier Faure took up the mantle and drove the discussions at the last two RustWeek conferences (read the [2024](https://poignardazur.github.io/2024/05/25/report-on-rustnl-variadics/) and [2025](https://poignardazur.github.io/2025/06/07/report-on-variadics-rustweek/) reports).
129129

130130
Olivier also wrote ["Variadic Generics ideas that won't work for Rust"](https://poignardazur.github.io/2025/07/09/variadic-generics-dead-ends/) which highlights the many pitfals even the simplest "why don't we just..." ideas inevitably run into. This is a complex feature that touches a lot of Rust's machinery, and it can't be added in easily.
131131

0 commit comments

Comments
 (0)