344
rustmas (lemmy.ml)
you are viewing a single comment's thread
view the rest of the comments
[-] mkwt@lemmy.world 3 points 1 month ago

It's worse than that. In C++, if you fail to catch an exception, then std::terminate() is called. In Rust the only options are roughly equivalent to C++ noexcept, or std::terminate() [panic in Rust]. There's nothing in between.

[-] eldavi@lemmy.ml 1 points 1 month ago

i've been meaning to get into rust; but i'm learning that i lack motivation if it's not part of my job and becoming a sysadmin again doesn't require it.

this post was submitted on 18 Dec 2025
344 points (98.9% liked)

Programmer Humor

40922 readers
20 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS