From 03ad8005f6f09501868e4f752c934d79d2d41252 Mon Sep 17 00:00:00 2001 From: Cuong Le Date: Fri, 12 Sep 2025 14:21:55 +0700 Subject: [PATCH] Add blog post about Rust functions and closures --- draft/2025-09-17-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 86ac92dcf..8e8b2db51 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [The Hidden Rules Behind Rust Functions & Closures](https://blog.cuongle.dev/p/the-hidden-rules-behind-rust-functions) ### Research