Y
Hacker News
new
|
ask
|
show
|
jobs
by
defen
406 days ago
In safe build modes (ReleaseSafe or Debug) it's an immediate panic, equivalent to calling `.unwrap()` on a None in Rust. In unsafe build modes it's undefined behavior.
1 comments
IshKebab
406 days ago
Well exactly.
link