We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Compiling ppv-lite86 v0.2.17 Compiling futures-task v0.3.28 Compiling httparse v1.8.0 error[E0282]: type annotations needed for `Box<_>` --> /build/rathole-0.5.0-vendor.tar.gz/time/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 | ++++++++ Compiling platforms v3.1.2 Compiling polyval v0.5.3
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/rapiz1/rathole cd rathole cargo build
Configuration Configuration used to reproduce the behavior:
Logs
Environment:
NixOS
rathole --version
x86_64
1.80
The text was updated successfully, but these errors were encountered:
NixOS/nixpkgs#337095
Fixed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/rapiz1/rathole cd rathole cargo build
Configuration
Configuration used to reproduce the behavior:
Logs
Environment:
NixOS
rathole --version
output:x86_64
1.80
The text was updated successfully, but these errors were encountered: