time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

Ferrocene compiler needs more information about the type of Box<_> at compile time. #689

Closed benracine closed 6 days ago

benracine commented 6 days ago

When attempting to compile this crate using the Ferrocene compiler, I see the following error in /src/format_description/parse/mod.rs.

image

jhpratt commented 6 days ago

This isn't specific to Ferrocene, nor is it an issue at all. See #681 — it's already been fixed.