We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4299ea5 commit 7722fdcCopy full SHA for 7722fdc
reference/src/layout/scalars.md
@@ -44,7 +44,7 @@ They have the same layout as the [pointer types] for which the pointee is
44
> **Note**: in the current Rust implementation, the layouts of `isize` and
45
> `usize` determine the following:
46
>
47
-> * the maximum size of Rust values is limited to `isize::max_value()`. The LLVM
+> * the maximum size of Rust _values_ is limited to `isize::max_value()`. The LLVM
48
> `getelementptr` instruction uses signed-integer field offsets. Rust calls
49
> `getelementptr` with the `inbounds` flag which assumes that field offsets do
50
> not overflow,
0 commit comments