]> git.lizzy.rs Git - rust.git/commit
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)
commit539a376c7ec6b7397a8f41ba6962ade376a8b44a
tree15200113935b7d842a15fd73ecd185282986848e
parentfc6c08e799e1dc7fcfe1484b356da0ee7c16523d
parent7eefe2b4735b018efa50fa1e5ebfaf4db868ba22
Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez

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.