Skip to content

Commit 1f015f9

Browse files
committed
weaken conclusion
1 parent 54e355b commit 1f015f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-dyn-upcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Note that the we are already generating the larger vtables as of Rust 1.56, in a
172172

173173
> I don't have any data from real-world projects, but I have made a test crate, which uses proc macro to generate a graph of traits and impls with width W and depth D, as in my example above. At least when generating rlibs, I did not see any exponential blowup of artifact size, which I predicted above. The rlib size seemed to grow roughly linearly in W and D.
174174
175-
This is suggestive that increased binary size will not be an issue in practice.
175+
It's not entirely clear why this is, however, and more investigation may be warranted.
176176

177177
## Multi-trait dyn is more complex
178178

0 commit comments

Comments
 (0)