[Bug 267005] editors/lapce: Update to 0.2.1
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267005] editors/lapce: Update to 0.2.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 23:16:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267005 Bug ID: 267005 Summary: editors/lapce: Update to 0.2.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: eduardo@FreeBSD.org Created attachment 237250 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237250&action=edit lapce v0 Fails in the end: --- error[E0106]: missing lifetime specifier --> lapce-data/src/config.rs:38:27 | 38 | pub const LAPCE_WARN: &str = "lapce.warn"; | ^ expected named lifetime parameter | help: consider using the `'static` lifetime | 38 | pub const LAPCE_WARN: &'static str = "lapce.warn"; | +++++++ help: consider introducing a named lifetime parameter | 37 ~ impl<'a> LapceTheme { 38 ~ pub const LAPCE_WARN: &'a str = "lapce.warn"; | error[E0106]: missing lifetime specifier --> lapce-data/src/config.rs:39:28 (...) --- Full log: https://people.freebsd.org/~eduardo/logs/lapce/lapce-0.2.1/lapce-0.2.1.log -- You are receiving this mail because: You are the assignee for the bug.