Hacker News new | ask | show | jobs
by filleduchaos 189 days ago
> there's probably not anything you can do beyond bombing out with a traceback... like `?` or `.unwrap()` does.

`?` (i.e. the try operator) and `.unwrap()` do not do the same thing.