Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation with Rust 1.80 fails #196

Closed
Schweber opened this issue Aug 15, 2024 · 2 comments
Closed

Compilation with Rust 1.80 fails #196

Schweber opened this issue Aug 15, 2024 · 2 comments

Comments

@Schweber
Copy link

nix-melt seems to be affected by this issue.

Activating my derivation on nixos-unstable fails with:

error: builder for '/nix/store/3ksd6nrs9dj2g5a7hkcyvn54d2avnwz7-nix-melt-0.1.2.drv' failed with exit code 101;
       last 10 log lines:
       >    |              ---- 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...
       For full logs, run 'nix log /nix/store/3ksd6nrs9dj2g5a7hkcyvn54d2avnwz7-nix-melt-0.1.2.drv'.
@alyssais
Copy link
Member

#195

@figsoda
Copy link
Member

figsoda commented Sep 16, 2024

released 0.1.3 with the fix

@figsoda figsoda closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants