Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlrubin
1656 days ago
it has a huge impact on static analysis to know that the type is a Box<dyn T> in rust, and you can't (without something else) downcast Box<dyn T> to a specific U.
i don't care about the performance as much the correctness :)