Hacker News new | past | comments | ask | show | jobs | submit
Surely you need an alternative to Box<dyn Error> for reporting memory allocation failures?!
A &(dyn Error + 'static) should be fine for that; you don't need any allocated/variable sized data in a memory allocation failure.
loading story #48262108