|
|
|
|
|
by pcwalton
2078 days ago
|
|
If Rust had gone with exceptions, we'd have lost the entire embedded community. You have to realize that -C panic=abort was added in no small part because of a hostile fork of the language that removed the unwinding mechanism. I happen to like exceptions in principle, but for a lot of low-level embedded code they're a deal breaker. |
|