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
Compiling time v0.3.34
Compiling iri-string v0.7.0
Compiling app v0.1.0 (//leptail/demo/app)
error[E0282]: type annotations needed for Box<_>
--> //time-0.3.34/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
help: consider giving items an explicit type, where the placeholders _ are specified
|
83 | let items: Box<_> = format_items
| ++++++++
Thanks for trying out the lib. It's in very early stage of development and I am not actively developing. However, that was a issue with the dependency. Can you run the following command on demo directory?
cargo leptos --version
cargo-leptos 0.2.17
The text was updated successfully, but these errors were encountered: