]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41360 - nikomatsakis:incr-comp-issue-40746-visitors, r=eddyb
authorCorey Farwell <coreyf@rwell.org>
Tue, 18 Apr 2017 18:05:44 +0000 (14:05 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 18:05:44 +0000 (14:05 -0400)
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 #40746

r? @eddyb


Trivial merge