Closed
Bug 1451822
Opened 7 years ago
Closed 6 years ago
Not all instances of rust enum variant are found
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kats, Unassigned)
Details
https://searchfox.org/mozilla-central/source/gfx/webrender/src/render_backend.rs#261 (the line that says scene_tx.send(SceneBuilderRequest::Transaction { ...)
The SceneBuilderRequest::Transaction doesn't seem to get recognized as an instance of the enum variant.
Likewise it doesn't show up in the search results at https://searchfox.org/mozilla-central/search?q=symbol:webrender%3A%3Ascene_builder%3A%3ASceneBuilderRequest%3A%3ATransaction&redirect=false
Reporter | ||
Comment 1•6 years ago
|
||
Seems to be working fine now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•