Closed
Bug 1736483
Opened 4 years ago
Closed 4 years ago
[rust 1.57] error: field is never read: `surfaces`
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
95 Branch
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
[task 2021-10-19T00:08:56.812Z] 00:08:56 INFO - error: field is never read: `surfaces`
[task 2021-10-19T00:08:56.812Z] 00:08:56 INFO - --> gfx/wgpu_bindings/src/client.rs:300:5
[task 2021-10-19T00:08:56.812Z] 00:08:56 INFO - |
[task 2021-10-19T00:08:56.812Z] 00:08:56 INFO - 300 | surfaces: IdentityManager,
[task 2021-10-19T00:08:56.813Z] 00:08:56 INFO - | ^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2021-10-19T00:08:56.813Z] 00:08:56 INFO - |
[task 2021-10-19T00:08:56.813Z] 00:08:56 INFO - = note: `-D dead-code` implied by `-D warnings`
[task 2021-10-19T00:08:56.813Z] 00:08:56 INFO - error: could not compile `wgpu_bindings` due to previous error
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/af6f593b9785
Remove unused surfaces field in Identities. r=gfx-reviewers,kvark
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•