Closed
Bug 1923089
Opened 29 days ago
Closed 29 days 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•29 days 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•29 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 29 days 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
•