Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants