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`.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.
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`.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.