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

clippy errors #65

Closed
brianmay opened this issue Feb 20, 2022 · 3 comments
Closed

clippy errors #65

brianmay opened this issue Feb 20, 2022 · 3 comments

Comments

@brianmay
Copy link

brianmay commented Feb 20, 2022

Just curious what is wrong with clippy in the CI?

e.g. https://github.com/ivmarkov/rust-esp32-std-demo/runs/5257226106?check_suite_focus=true

It seems to be complaining about errors in embedded-svc.

But my understanding is that as we use the --no-deps option we shouldn't be checking for errors in dependencies.

Also if I run the same command locally it works.

@ivmarkov
Copy link
Owner

Issues with latest Rust nightly and GATs.

@ivmarkov
Copy link
Owner

Looking at it since an hour or so, but not sure what is going on. Might be a regression in the compiler itself, as the error looks bogus.

@ivmarkov
Copy link
Owner

Apparently they fixed something because since this morning, we get clean CIs again.

Perhaps this one.

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

2 participants