Skip to content

Allow using `?` with Status again

Tim Crawford requested to merge tcrawford/uefi:result-from-status into master

The previous change broke callers using ? on things that returned Status. Implement FromResidual for Result to fix it.

Merge request reports