Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
fweimer
3 hours ago
|
on: Migrating from Go to Rust
Surely you need an alternative to Box<dyn Error> for reporting memory allocation failures?!
reply
dwattttt
3 hours ago
|
parent
A &(dyn Error + 'static) should be fine for that; you don't need any allocated/variable sized data in a memory allocation failure.
reply
loading story #48262108