]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov
authorbors <bors@rust-lang.org>
Thu, 21 Jun 2018 20:58:51 +0000 (20:58 +0000)
committerbors <bors@rust-lang.org>
Thu, 21 Jun 2018 20:58:51 +0000 (20:58 +0000)
The Great Generics Generalisation: HIR Edition

This is essentially a followup to https://github.com/rust-lang/rust/pull/45930, consolidating the use of separate lifetime and type vectors into single kinds vectors wherever possible. This is intended to provide more of the groundwork for const generics (https://github.com/rust-lang/rust/issues/44580).

r? @eddyb
cc @yodaldevoid

1  2 
src/librustdoc/lib.rs

Simple merge