Skip to content

Commit 969912a

Browse files
committed
add unresolved question
1 parent 2db1328 commit 969912a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

text/0982-dst-coercion.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ indicate the field type which is coerced, for example).
175175

176176
# Unresolved questions
177177

178-
None
178+
It is unclear to what extent DST coercions should support multiple fields that
179+
refer to the same type parameter. `PhantomData<T>` should definitely be
180+
supported as an "extra" field that's skipped, but can all zero-sized fields
181+
be skipped? Are there cases where this would enable by-passing the abstractions
182+
that make some API safe?
179183

180184
# Updates since being accepted
181185

0 commit comments

Comments
 (0)