From f44400f9b7195961fd0fe90039b2bb338abbe1f2 Mon Sep 17 00:00:00 2001 From: Mario Ortiz Manero Date: Mon, 16 Sep 2024 19:44:31 +0000 Subject: [PATCH] Add new article to "Rust Walkthroughs" This is an introductory article to the concept of "Subtyping and Variance". Let me know if the section is okay :) --- draft/2024-09-18-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-09-18-this-week-in-rust.md b/draft/2024-09-18-this-week-in-rust.md index e7a3c4e54..f4b8de1ac 100644 --- a/draft/2024-09-18-this-week-in-rust.md +++ b/draft/2024-09-18-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +- [Blindsided by Rust's Subtyping and Variance](https://nullderef.com/blog/rust-variance/) + ### Research ### Miscellaneous