-
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
convert calls to visit_all_item_likes_in_krate
#41360
convert calls to visit_all_item_likes_in_krate
#41360
Conversation
We no longer need to track the tasks in these cases since these particular tasks have no outputs (except, potentially, errors...) and they always execute.
I left in the method itself because it is still used by the variance computation, which is tricky to address without adopting the red/green algorithm. (Working on it...) |
@bors r+ |
📌 Commit 810e015 has been approved by |
@bors r- Travis failed (need to update |
@eddyb ok, will fix, I also have another commit that removes a bunch of other random tasks we should no longer need |
the `CollectItem` task no longer exists
@bors r=eddyb |
📌 Commit c842783 has been approved by |
…visitors, r=eddyb convert calls to `visit_all_item_likes_in_krate` We no longer need to track the tasks in these cases since these particular tasks have no outputs (except, potentially, errors...) and they always execute. cc rust-lang#40746 r? @eddyb
…visitors, r=eddyb convert calls to `visit_all_item_likes_in_krate` We no longer need to track the tasks in these cases since these particular tasks have no outputs (except, potentially, errors...) and they always execute. cc rust-lang#40746 r? @eddyb
We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...) and
they always execute.
cc #40746
r? @eddyb