]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 22 Aug 2018 15:45:36 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 15:45:36 +0000 (17:45 +0200)
Fix missing impl trait display as ret type

I need to convert a `TraitPredicate` into a `TraitBound` to get the returned impl trait. So far, didn't find how or even if it was the good way to do it.

cc @eddyb @oli-obk (since you're the one behind the change apparently ðŸ˜‰)

1  2 
src/librustdoc/clean/mod.rs

Simple merge