Closed
Bug 1666416
Opened 4 years ago
Closed 4 years ago
mozilla::Result<V, E> should allow conversion from mozilla::Result<V, E2> if E2 is convertible to E
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D90959
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3626dc4de738
Allow conversion from Result with convertible error type. r=emilio
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•