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 a826357 commit 2ceb8e7Copy full SHA for 2ceb8e7
text/0000-unnamed-fields.md
@@ -213,6 +213,10 @@ This syntax would also support an obvious translation of inline-declared
213
structures with names, by moving the declaration out-of-line; a macro could
214
easily perform such a translation.
215
216
+Note that the intermediate type name in the declaration must resolve to a
217
+concrete type, and cannot involve a generic type parameter of the containing
218
+structure.
219
+
220
## Mental model
221
222
In the memory layout of a structure, the alternating uses of `struct { ... }`
0 commit comments