From 1b13e9e03c6370fe7ea9a1b3c79dace91b3f0bf4 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 19 Nov 2025 15:36:02 +0100 Subject: [PATCH] TWIR submission: "Pinning is a kind of static borrow" --- draft/2025-11-19-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-19-this-week-in-rust.md b/draft/2025-11-19-this-week-in-rust.md index bd91df81a..0d604469a 100644 --- a/draft/2025-11-19-this-week-in-rust.md +++ b/draft/2025-11-19-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Pinning is a kind of static borrow](https://nadrieril.github.io/blog/2025/11/12/pinning-is-a-kind-of-static-borrow.html) + ### Rust Walkthroughs ### Research