From 507f5eaf4065ce60748b52e7cd50bb38f760e450 Mon Sep 17 00:00:00 2001 From: Liset Roos Date: Wed, 2 Jul 2025 14:13:10 +0200 Subject: [PATCH] added a blog on cranelift by bjorn3 --- draft/2025-07-02-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-02-this-week-in-rust.md b/draft/2025-07-02-this-week-in-rust.md index 728b1acbf..8ea9ad1b5 100644 --- a/draft/2025-07-02-this-week-in-rust.md +++ b/draft/2025-07-02-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs - [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/) +* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift) ### Research