LukasKalbertodt/stable-vec

Use `needs_drop` once it's stabilized to speed up `drop()`

LukasKalbertodt opened this issue · 0 comments

I'm not sure if the optimizer is smart enough, but needs_drop() would certainly help. Blocked by rust-lang/rust#41890.