-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
tidy script no longer checks lang features #37013
Comments
The problem is almost certainly that the script no longer detects the source file containing language features correctly. Update the script (src/tools/tidy/src/fetaures.rs) and add an assert that it found at least some lang feature to prevent this happening again. |
The root of problem is that the status of lang features listed in After a fix, the tidy check failed because of the following errors:
The feature |
Perhaps we can put those implementations in a submodule? |
@knight42 Thanks for looking into this. Which implementations do you suggest putting into a submodule, and how will that get the script working again? I think we can probably just rename the libs features that are violating the check. |
Here's a recent output. This script used to list all features in one place and now it only lists lib features.
The text was updated successfully, but these errors were encountered: