]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb
authorbors <bors@rust-lang.org>
Mon, 20 Aug 2018 15:47:39 +0000 (15:47 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 Aug 2018 15:47:39 +0000 (15:47 +0000)
commit1558ae7cfd5e1190d3388dcc6f0f734589e4e478
treee5052cf7aa779cc0cd67d31c8723a0fd88ce5ff1
parentbf1e461173e3936e4014cc951dfbdd7d9ec9190b
parentee9bd0fd99ef5049f53b5d8233369187637cb71c
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb

The Great Generics Generalisation: HIR Followup

Addresses the final comments in #48149.

r? @eddyb, but there are a few things I have yet to clean up. Making the PR now to more easily see when things break.

cc @yodaldevoid
src/librustc/hir/mod.rs
src/librustc_lint/types.rs
src/librustc_metadata/encoder.rs
src/librustc_passes/ast_validation.rs
src/librustc_resolve/lib.rs
src/librustc_save_analysis/dump_visitor.rs
src/librustc_typeck/check/mod.rs
src/librustdoc/clean/mod.rs