Closed Bug 1915069 Opened 1 year ago Closed 1 year ago

[rust nightly] error: unreachable pattern @ webrender/src/renderer/mod.rs:1152:17

Categories

(Core :: Graphics: WebRender, defect)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: glandium, Assigned: glandium)

References

Details

[task 2024-08-26T23:35:55.546Z] error: unreachable pattern
[task 2024-08-26T23:35:55.546Z]     --> webrender/src/renderer/mod.rs:1152:17
[task 2024-08-26T23:35:55.546Z]      |
[task 2024-08-26T23:35:55.546Z] 1152 |                 ResultMsg::DebugOutput(output) => match output {
[task 2024-08-26T23:35:55.546Z]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ matches no values because `DebugOutput` is uninhabited
[task 2024-08-26T23:35:55.546Z]      |
[task 2024-08-26T23:35:55.546Z]      = note: to learn more about uninhabited types, see https://doc.rust-lang.org/nomicon/exotic-sizes.html#empty-types
[task 2024-08-26T23:35:55.546Z]      = note: `-D unreachable-patterns` implied by `-D warnings`
[task 2024-08-26T23:35:55.546Z]      = help: to override `-D warnings` add `#[allow(unreachable_patterns)]`
[task 2024-08-26T23:35:55.546Z] 
[task 2024-08-26T23:35:56.551Z] error: could not compile `webrender` (lib) due to 1 previous error

We'll have to see how things evolve upstream, because there are still discussions about what to do with this.

The severity field is not set for this bug.
:gw, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(gwatson)
Severity: -- → S3
Flags: needinfo?(gwatson)
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.