]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez
authorkennytm <kennytm@gmail.com>
Wed, 16 May 2018 15:22:53 +0000 (23:22 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 16 May 2018 21:18:08 +0000 (05:18 +0800)
Fix rustdoc panic with `impl Trait` in type parameters

Fixes #50702.

I'm not sure `impl Trait`s neither in arguments nor in return types are supposed to work, though.


Trivial merge