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

chore: update to build with rust 1.80 #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chenrui333
Copy link

seeing some time related failure

error[E0282]: type annotations needed
  --> src/main.rs:27:44
   |
27 |     let args: Box<_> = env::args().skip(1).collect();
   |                                            ^^^^^^^ cannot infer type of the type parameter `B` declared on the method `collect`
28 |     for arg in args.iter() {
   |                     ---- type must be known at this point
   |
help: consider specifying the generic argument
   |
27 |     let args: Box<_> = env::args().skip(1).collect::<Vec<_>>();
   |                                                   ++++++++++
 
For more information about this error, try `rustc --explain E0282`.

relates to Homebrew/homebrew-core#178436

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>
fornwall added a commit to termux/termux-packages that referenced this pull request Aug 15, 2024
fornwall added a commit to termux/termux-packages that referenced this pull request Aug 15, 2024
termux-pacman-bot added a commit to termux-pacman/termux-packages that referenced this pull request Aug 15, 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

Successfully merging this pull request may close these issues.

1 participant