We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f5d8e commit fee3cd4Copy full SHA for fee3cd4
reference/src/layout/structs-and-tuples.md
@@ -74,7 +74,7 @@ expressions like `foo.0`.)
74
75
When layout out a struct, the compiler in particular has to decide how the
76
fields of the struct are arranged, which can be visualized as follows:
77
-```
+```text
78
[ <--> [field 1] <-----> [field 2] <-> [ field 3 ] <--> ]
79
```
80
The individual fields are blocks of fixed size (determined by the field's
0 commit comments