Closed Bug 1889239 Opened 6 months ago Closed 6 months ago

[rustc 1.79] error: field `is_new_scene` is never read

Categories

(Core :: Graphics: WebRender, defect)

defect

Tracking

()

RESOLVED FIXED
126 Branch
Tracking Status
firefox126 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Building with rustc 1.79 (nightly) fails with the following errors:

[task 2024-04-02T07:45:01.817Z] 07:45:01    ERROR -  error: field `is_new_scene` is never read
[task 2024-04-02T07:45:01.817Z] 07:45:01     INFO -     --> gfx/wr/webrender/src/internal_types.rs:694:9
[task 2024-04-02T07:45:01.817Z] 07:45:01     INFO -      |
[task 2024-04-02T07:45:01.817Z] 07:45:01     INFO -  692 | pub struct RenderedDocument {
[task 2024-04-02T07:45:01.817Z] 07:45:01     INFO -      |            ---------------- field in this struct
[task 2024-04-02T07:45:01.817Z] 07:45:01     INFO -  693 |     pub frame: Frame,
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -  694 |     pub is_new_scene: bool,
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      |         ^^^^^^^^^^^^
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      |
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      = note: `-D dead-code` implied by `-D warnings`
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      = help: to override `-D warnings` add `#[allow(dead_code)]`
[task 2024-04-02T07:45:01.818Z] 07:45:01    ERROR -  error: field `old_id` is never read
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -     --> gfx/wr/webrender/src/texture_pack/mod.rs:307:9
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      |
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -  305 | pub struct CompactionChange {
[task 2024-04-02T07:45:01.818Z] 07:45:01     INFO -      |            ---------------- field in this struct
[task 2024-04-02T07:45:01.819Z] 07:45:01     INFO -  306 |     pub handle: TextureCacheHandle,
[task 2024-04-02T07:45:01.819Z] 07:45:01     INFO -  307 |     pub old_id: AllocId,
[task 2024-04-02T07:45:01.819Z] 07:45:01     INFO -      |         ^^^^^^
[task 2024-04-02T07:45:01.819Z] 07:45:01    ERROR -  error: could not compile `webrender` (lib) due to 2 previous errors
Blocks: wr-todos
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/2129b0036dab Remove unused RenderedDocument::is_new_scene and CompactionChange::old_id. r=gfx-reviewers,gw
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: