Skip to content

Commit

Permalink
add unresolved question
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Aug 20, 2015
1 parent 2db1328 commit 969912a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion text/0982-dst-coercion.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ indicate the field type which is coerced, for example).

# Unresolved questions

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

# Updates since being accepted

Expand Down

0 comments on commit 969912a

Please sign in to comment.