Mastodon Feed: Post

Mastodon Feed

Reblogged by kornel ("Kornel"):

matt@toot.cafe ("Matt Campbell") wrote:

My spicy #Rust take for the day: The standard library's unstable panic_immediate_abort feature should be the default. Don't bloat all our binaries with a primitive debugger. When I want a debugger, I'll use a debugger. But my users (for my application projects), and my users' users (for my library projects), get no benefit from the default code that prints stack traces, while the cost is 100-300K per binary depending on platform.