time-rs / time

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

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

Closed benracine closed 5 months ago

benracine commented 5 months 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 5 months ago

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