Quand je lance makepkg sur neovim-gtk, j'obtiens l'erreur suivante :
Code : Tout sélectionner
warning: elided lifetime has a name
--> src/color.rs:85:70
|
85 | ...fade<'a>(&'a self, into: &'a Self, percentage: f64) -> Cow<Self> {
| -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
error[E0282]: type annotations needed
--> src/ui.rs:388:26
|
388 | .collect::<Box<_>>()
| ^^^^^^^ cannot infer type of the type parameter `B` declared on the method `collect`
389 | .join(" ")
| ---- type must be known at this point
|
help: consider specifying the generic argument
|
388 - .collect::<Box<_>>()
388 + .collect::<Vec<_>>()
|
For more information about this error, try `rustc --explain E0282`.
warning: `nvim-gtk` (bin "nvim-gtk") generated 1 warning
error: could not compile `nvim-gtk` (bin "nvim-gtk") due to 1 previous error; 1 warning emitted
==> ERREUR : Une erreur s’est produite dans build().
Abandon…