]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726
authorYuki Okushi <jtitor@2k36.org>
Wed, 4 May 2022 08:13:14 +0000 (17:13 +0900)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 08:13:14 +0000 (17:13 +0900)
commitd0a7a4c6e65017fb50e8734e65cd04282bf1e461
tree3f71b889b4050e5255c48e7535556e97621cfc39
parentb255bf9eb47778b9c8e26d046ac558701143b921
parent574bee35fb2ea0a94e5045bc714ab3884500648e
Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726

Quick fix for #96223.

This PR is a quick fix regarding #96223.

As mentioned in the issue, others modification could be added to not elide types with bound vars from suggestions.

Special thanks to ``@jackh726`` for mentoring and ``@Manishearth`` for minimal test case.

r? ``@jackh726``