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)
Core
Graphics: WebRender
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
| Assignee | ||
Comment 1•1 year ago
|
||
We'll have to see how things evolve upstream, because there are still discussions about what to do with this.
Comment 2•1 year ago
|
||
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)
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(gwatson)
| Assignee | ||
Comment 3•1 year ago
|
||
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.
Description
•