Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ridiculous_fish
5 months ago
|
parent
|
context
|
favorite
| on:
Noexcept affects libstdc++’s unordered_set
Rust goes to substantial lengths to allow unwinding from panics. For example, see how complicated `Vec::retain_mut` is. The complexity is due to the possibility of a panic, and the need to unwind.
https://doc.rust-lang.org/1.80.1/src/alloc/vec/mod.rs.html#1...
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://doc.rust-lang.org/1.80.1/src/alloc/vec/mod.rs.html#1...