Closed
Bug 1923089
Opened 1 year ago
Closed 1 year ago
#[derive(Parse)] fail on a unit struct.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
This makes #[derive(Parse)] work on a unit struct, which is useful for
bug 1884118.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/365cae18c24d
Deal with non-prefixed variants in derive(Parse). r=jfkthame
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•