Skip to content

Commit ebf23a5

Browse files
committed
add CoerceUnsized to the book
1 parent 597943f commit ebf23a5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

book/src/clauses/well_known_traits.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ Some common examples of auto traits are `Send` and `Sync`.
2828
[coinductive_section]: ../engine/logic/coinduction.html#coinduction-and-refinement-strands
2929

3030
# Current state
31-
| Type | Copy | Clone | Sized | Unsize | Drop | FnOnce/FnMut/Fn | Unpin | Generator | auto traits |
32-
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
33-
| tuple types ||||||||||
34-
| structs ||||||||||
35-
| scalar types | 📚 | 📚 |||| ||| |
36-
| str | 📚 | 📚 |||| ||| |
37-
| never type | 📚 | 📚 ||||| |||
38-
| trait objects ||||||||||
39-
| functions defs |||||| ||| |
40-
| functions ptrs |||||| ||| |
41-
| raw ptrs | 📚 | 📚 |||| ||| |
42-
| immutable refs | 📚 | 📚 |||| ||| |
43-
| mutable refs |||||| ||| |
44-
| slices ||||||| || |
45-
| arrays ||||||| || |
46-
| closures❌ |||||| ||| |
47-
| generators❌ ||||||||||
48-
| gen. witness❌ ||||||||||
49-
| ----------- | | | | | | | | | |
50-
| well-formedness ||||||||||
31+
| Type | Copy | Clone | Sized | Unsize | CoerceUnsized | Drop | FnOnce/FnMut/Fn | Unpin | Generator | auto traits |
32+
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
33+
| tuple types ||||| | |||||
34+
| structs ||||| | |||||
35+
| scalar types | 📚 | 📚 ||| || ||| |
36+
| str | 📚 | 📚 ||| || ||| |
37+
| never type | 📚 | 📚 ||| | || || |
38+
| trait objects ||||| ||||||
39+
| functions defs ||||| || ||| |
40+
| functions ptrs ||||| || ||| |
41+
| raw ptrs | 📚 | 📚 ||| || ||| |
42+
| immutable refs | 📚 | 📚 ||| || ||| |
43+
| mutable refs ||||| || ||| |
44+
| slices ||||| | |||| |
45+
| arrays ||||| | |||| |
46+
| closures❌ ||||| || ||| |
47+
| generators❌ ||||| ||||||
48+
| gen. witness❌ ||||| ||||||
49+
| ----------- | | | | | | | | | | |
50+
| well-formedness ||||| ||||||
5151

5252
legend:
5353
⚬ - not applicable

0 commit comments

Comments
 (0)