Closed
Bug 1496622
Opened 7 years ago
Closed 7 years ago
convert Rust nsresult type alias to newtype with #[repr(transparent)]
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file)
|
46 bytes,
text/x-phabricator-request
|
Details |
Per Nika over in https://phabricator.services.mozilla.com/D6328, now that #[repr(transparent)] is stable, we should convert nserror::nsresult from a type alias to a #[repr(transparent)] newtype.
| Assignee | ||
Updated•7 years ago
|
Summary: convert nsresult type alias to newtype with #[repr(transparent)] → convert Rust nsresult type alias to newtype with #[repr(transparent)]
| Assignee | ||
Comment 1•7 years ago
|
||
MozReview-Commit-ID: AkzSS587MvC
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
QA Contact: nfroyd
Updated•7 years ago
|
QA Contact: nfroyd
Pushed by myk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1961aeb46e98
convert Rust nsresult type alias to newtype w/#[repr(transparent)] r=froydnj
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•