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