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
Explicitly annotate the type of items collected from format_items to resolve
compiler error E0282. The type Box<_> ensures correct inference of the boxed
collection type. This resolves issues encountered during compilation with
Ferrocene.
Closes: time-rs#689
When attempting to compile this crate using the Ferrocene compiler, I see the following error in
/src/format_description/parse/mod.rs
.The text was updated successfully, but these errors were encountered: