Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #51653 - mglagla:option-unreachable, r=dtolnay
Option::get_or_insert(_with): Replace unreachable! with unreachable_unchecked Optimize codegen for both functions as the None branch is trivially not reachable.
- Loading branch information