Snippets for cosmic-notifications 1.7.0 from Alpine loongarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/community/cosmic-notifications/cosmic-notifications-1.7.0-r0.log.
-
warning: variant `Surface` is never constructed
--> src/app.rs:79:5
|
69 | enum Message {
| ------- variant in this enum
-
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/app.rs:753:13
|
753 | fn view(&self) -> Element<Self::Message> {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
-
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/app.rs:861:20
|
861 | fn view_window(&self, _: SurfaceId) -> Element<Message> {
| ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing