top | item 43760529

(no title)

noxer | 10 months ago

Normal rust can already do this. For example #[no_panic] attribute is implemented in https://github.com/dtolnay/no-panic crate.

discuss

order

GolDDranks|10 months ago

Via an unreliable, linker-based hack.

rowanG077|10 months 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.