replace doc occurrences of ItemLikeVisitor#115584
replace doc occurrences of ItemLikeVisitor#115584bors merged 1 commit intorust-lang:masterfrom kusabana:docs-pattern-inconsistency
Conversation
ItemLikeVisitor was removed, and the visit strategy was moved to `rustc_hir::intravisit`
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @TaKO8Ki (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
r? compiler-errors @bors r+ rollup |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (51a9df8): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 628.436s -> 627.677s (-0.12%) |
Solves #114885
ItemLikeVisitor used to have comments describing visit patterns. After it was removed, it was moved to
rustc_hir::intravisitbut references inintravisit.rsweren't updated.