Aloxaf / silicon

Create beautiful image of your source code.
MIT License
3.08k stars 82 forks source link

Does not build with rust 1.80.0 #255

Open jaredmontoya opened 1 month ago

jaredmontoya commented 1 month ago
error[E0282]: type annotations needed for `Box<_>`
  --> /build/cargo-vendor-dir/time-0.3.30/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
   |              ++++++++

For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
jaredmontoya commented 1 month ago

https://github.com/NixOS/nixpkgs/issues/332957

jaredmontoya commented 1 month ago

Will be fixed by https://github.com/Aloxaf/silicon/pull/254 or https://github.com/Aloxaf/silicon/pull/253

jaredmontoya commented 4 weeks ago

@Aloxaf sorry for the ping, this project does not look very active and I am not sure how long it will take for one of those pull requests to be reviewed without any notifications.