From 7206a638f1aa81345a03f560e45e091aef8af98c Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Wed, 16 Apr 2025 09:45:24 +0200 Subject: [PATCH] add Rust Type System Deep Dive From GATs to Type Erasure --- draft/2025-04-16-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..c7e5032c8 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Rust Type System Deep Dive From GATs to Type Erasure](https://minikin.me/blog/rust-type-system-deep-dive) ### Research