We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isize
1 parent 3f1c5b6 commit c63964aCopy full SHA for c63964a
active_discussion/representation.md
@@ -71,6 +71,8 @@ As an example, a value of `&T` type can never be null -- therefore,
71
say that they will have the same layout?
72
- or do we have the freedom to rearrange the types of `A` but not
73
`B`, e.g. based on PGO results
74
+- Rust currently says that no single value may be larger than `isize` bytes
75
+ - is this good? can it be changed? does it matter *here* anyway?
76
77
## Active threads
78
0 commit comments