From 42423b2188ae5dfd5beb181f3ac6cc08604e454a Mon Sep 17 00:00:00 2001 From: Goldstein Date: Tue, 19 Jul 2022 18:00:12 +0300 Subject: [PATCH] remove outdated note about non-Copy union fields --- src/type-layout.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/type-layout.md b/src/type-layout.md index ce9296662..82eb0e514 100644 --- a/src/type-layout.md +++ b/src/type-layout.md @@ -359,8 +359,6 @@ struct MyCFields { x: u32, y: u8 } struct MyDFields; ``` -> Note: `union`s with non-`Copy` fields are unstable, see [55149]. - ### Primitive representations The *primitive representations* are the representations with the same names as