Commit 52d554e
committed
Document metadata of ptrs to indirectly unsized types
We say that pointers to DSTs store metadata and what that metadata
is for pointers to slices, `str`, and trait objects. But a struct or
tuple with an unsized tail is itself a DST, and we hadn't said what
the metadata is for pointers to these unsized types.
Now that we've defined *metadata* and *unsized tail*, let's complete
this enumeration.1 parent e3cc399 commit 52d554e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments