weaken conclusion

This commit is contained in:
Niko Matsakis 2022-12-10 06:16:20 -05:00
parent 54e355b94d
commit 1f015f9076
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Note that the we are already generating the larger vtables as of Rust 1.56, in a
> 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.
This is suggestive that increased binary size will not be an issue in practice.
It's not entirely clear why this is, however, and more investigation may be warranted.
## Multi-trait dyn is more complex