Commit 60bf141
authored
threads: ignore sharedness for creation of
`TypeInfo` currently tracks a type's size and whether it borrows
anything. I originally had wondered whether it should also track
sharedness, but I'm convincing myself this is unnecessary:
- being shared or not shouldn't change the size
- being shared or not doesn't change whether the type borrows
This change removes the TODO.TypeInfo (#1744)1 parent 300931d commit 60bf141
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | 301 | | |
303 | 302 | | |
304 | 303 | | |
| |||
0 commit comments