-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[WIP] Tracking all the unsolved variables that was assigned !
type because of fallback
#74535
Conversation
r? @lcnr (rust_highfive has picked a reviewer for you, use r? to override) |
!
type because of fallback!
type because of fallback
Thanks @blitzerr . Marking as WIP for now since it doesn't (yet) address its stated goals. |
OK so the only failure at this point is
I guess that this happens because the result of |
This needs more discussions, so i'll convert this PR to draft to hide it from triaging list. Feel free to change it back when CI is green! |
☔ The latest upstream changes (presumably #74862) made this pull request unmergeable. Please resolve the merge conflicts. |
Discussed in the rust-lang/rust meeting:
|
After the latest rustc refactoring, the files have changed to:
|
☔ The latest upstream changes (presumably #76906) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
☔ The latest upstream changes (presumably #77926) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
Addresses #66173
This is the first part. It will be followed by a commit that will separate out the live nodes and then only lint on the live nodes.