Y
Hacker News
new
|
ask
|
show
|
jobs
by
noxer
423 days ago
Normal rust can already do this. For example #[no_panic] attribute is implemented in
https://github.com/dtolnay/no-panic
crate.
1 comments
GolDDranks
423 days ago
Via an unreliable, linker-based hack.
link
rowanG077
423 days ago
On one hand you are right. On the other hand knowing it can't panic because the code is literally not there is a very strong guarantee.
link