From f236b95fa0c82f560deaa3a155833cc264541c3d Mon Sep 17 00:00:00 2001 From: veeso Date: Wed, 18 Jun 2025 17:49:04 +0200 Subject: [PATCH] Don't you dare to sort your struct fields when using ?Sized from blog.veeso.dev --- draft/2025-06-18-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-06-18-this-week-in-rust.md b/draft/2025-06-18-this-week-in-rust.md index 8a1b557bd..91d7137c9 100644 --- a/draft/2025-06-18-this-week-in-rust.md +++ b/draft/2025-06-18-this-week-in-rust.md @@ -1,6 +1,7 @@ Title: This Week in Rust 604 Number: 604 Date: 2025-06-18 + Category: This Week in Rust Hello and welcome to another issue of *This Week in Rust*! @@ -46,6 +47,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Don't you dare to sort your struct fields when using ?Sized](https://blog.veeso.dev/blog/en/dont-you-dare-to-sort-your-struct-fields-when-using-sized/) + ### Rust Walkthroughs ### Research