about summary refs log tree commit diff
path: root/src/test/ui/thinlto
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-30 16:10:25 +0200
committerGitHub <noreply@github.com>2019-04-30 16:10:25 +0200
commit6547de2bddb195f511e24caf7e53550955d2cc0f (patch)
tree2b2d2e1bdbb09e001459b5189e480f89807d831c /src/test/ui/thinlto
parentf843ad60ef5a78d8b4da85c5007d3ecac229f1a8 (diff)
parent02a40e83b217e281e7d2928cf1ce1560f6f7c219 (diff)
downloadrust-6547de2bddb195f511e24caf7e53550955d2cc0f.tar.gz
rust-6547de2bddb195f511e24caf7e53550955d2cc0f.zip
Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb
Don't try to render auto-trait bounds with any inference variables

Previously, we checked if the target of a projection type was itself an
inference variable. However, for Rustdoc rendering purposes, there's no
distinction between an inference variable ('_') and a type containing
one (e.g. (MyStruct<u8, _>)) - we don't want to render either of them.

Fixes #60269

Due to the complexity of the original bug, which spans three different
crates (hyper, tower-hyper, and tower), I have been unable to create a
minimized reproduction for the issue.
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions