Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zokier
on Aug 3, 2016
|
parent
|
context
|
favorite
| on:
Rust on BBC micro:bit
Rust notably has slightly weakened RAII semantics:
https://github.com/rust-lang/rfcs/blob/master/text/1066-safe...
tldr is that Rust does not guarantee that dtors are run
steveklabnik
on Aug 3, 2016
[–]
C++ doesn't either, see
http://stackoverflow.com/questions/7054685/are-destructors-r...
for example.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
tldr is that Rust does not guarantee that dtors are run