From 9f9e7a70ff8abe88d37b9a349480b5838d2bc3e5 Mon Sep 17 00:00:00 2001 From: Catherine Flores Date: Thu, 17 Aug 2023 16:08:29 -0500 Subject: [PATCH] Add `the-default-representation` anchor --- src/type-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type-layout.md b/src/type-layout.md index b4ca6b52e..aae3577f5 100644 --- a/src/type-layout.md +++ b/src/type-layout.md @@ -159,7 +159,7 @@ not change the layout of the fields themselves. For example, a struct with a `C` representation that contains a struct `Inner` with the default representation will not change the layout of `Inner`. -### The `Rust` Representation +### The `Rust` Representation The `Rust` representation is the default representation for nominal types without a `repr` attribute. Using this representation explicitly through a