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.
repr(transparent)
1 parent 2123188 commit 9dc26abCopy full SHA for 9dc26ab
text/3838-repr-scalable.md
@@ -157,9 +157,14 @@ Scalable vector types have some further restrictions due to limitations of the
157
codegen backend:
158
159
- Cannot be stored in compound types (structs, enums, etc)
160
- - Including coroutines, so these types cannot be held across
161
- an await boundary in async functions.
+
+ - Including coroutines, so these types cannot be held across an await
162
+ boundary in async functions
163
164
+ - `repr(transparent)` newtypes could be permitted with scalable vectors
165
166
- Cannot be used in arrays
167
168
- Cannot be the type of a static variable.
169
170
Some of these limitations may be able to be lifted in future depending on what
0 commit comments