From 5350fc161e7da3007cc7cca182f59118dee71ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 9 Jun 2025 17:22:42 +0200 Subject: [PATCH] Add `Why doesn't Rust care more about compiler performance?` blog post --- draft/2025-06-11-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-06-11-this-week-in-rust.md b/draft/2025-06-11-this-week-in-rust.md index 1ce9a132b..5848cb323 100644 --- a/draft/2025-06-11-this-week-in-rust.md +++ b/draft/2025-06-11-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Why doesn't Rust care more about compiler performance?](https://kobzol.github.io/rust/rustc/2025/06/09/why-doesnt-rust-care-more-about-compiler-performance.html) + ### Rust Walkthroughs ### Research