You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pagefind> error[E0282]: type annotations needed for `Box<_>`
pagefind> --> /build/pagefind-1.1.0-vendor.tar.gz/time/src/format_description/parse/mod.rs:83:9
pagefind> |
pagefind> 83 | let items = format_items
pagefind> | ^^^^^
pagefind> ...
pagefind> 86 | Ok(items.into())
pagefind> | ---- type must be known at this point
pagefind> |
pagefind> help: consider giving `items` an explicit type, where the placeholders `_` are specified
pagefind> |
pagefind> 83 | let items: Box<_> = format_items
pagefind> | ++++++++
pagefind>
While building pagefind_ui i get
Likely caused by the unfixable regression rust-lang/rust#127343 as reported by @\allysais in NixOS/nixpkgs#332957, who notes that:
The text was updated successfully, but these errors were encountered: