From f36f7535a2008b1e57207a1e4104cf60abb2258c Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 24 Oct 2024 10:49:48 +0200 Subject: [PATCH] Rust LWN articles Signed-off-by: Miguel Ojeda --- draft/2024-10-30-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index a9a4e1fc6..336bafe98 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -38,6 +38,9 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [Toward safe transmutation in Rust](https://lwn.net/SubscriberLink/994334/d43e27786ad96a50/) +* [The performance of the Rust compiler](https://lwn.net/SubscriberLink/995125/01e2791629e8f6bd/) +* [A new approach to validating test suites](https://lwn.net/SubscriberLink/995276/298d2f5b0be5ac34/) ### Rust Walkthroughs