Replaced some unwrap_or and map_or with lazy variants Replaced some `unwrap_or` and `map_or` with `unwrap_or_else` and `map_or_else`.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.
Replaced some unwrap_or and map_or with lazy variants Replaced some `unwrap_or` and `map_or` with `unwrap_or_else` and `map_or_else`.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.