-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update Rust toolchain version? #11490
Comments
It gets synced every couple weeks, the process is documented here. The nightly will be updated after rust-lang/rust#115790 is completed If you're looking to compile clippy with the current nightly you can do that from the main rust repo, |
I am using the |
Hey, @EFanZh. Sorry to hijack your issue, but this sounds like more of a Dylint problem. Perhaps we could discuss there? |
Clippy is synced every other week. Next sync is on 2023-09-21. Since this is the first issue ever opened for Why can't you use an older nightly toolchain for you dylint? |
@flip1995 There is a certain bugfix of the Rust compiler required by our project, and it is only included in |
What's the bugfix? Do you have a PR? |
This one: rust-lang/rust#115638. Since the next sync is only 7 days later, I think I’ll just wait till then. Thank you all for your help! |
FYI: I finally got to the toolchain update: #11563 Sorry for the delay! |
Description
Currently, Clippy is not able to be compiled with the latest Rust toolchain (For example:
nightly-2023-09-10
) due to API change, I think we may need to merge changes from rust-lang/rust@f49382c into this repository. Now I can help submit a PR, but I am not sure if there is a specific workflow for synchronizing commits between these two repositories (For example: keeping commit authors, dates, etc).Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: