]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakis
authorYuki Okushi <jtitor@2k36.org>
Thu, 3 Jun 2021 05:35:29 +0000 (14:35 +0900)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 05:35:29 +0000 (14:35 +0900)
commit34f12758808024e41a5de9b64641a1bbf1818146
tree1161d0f2e742e49d7e3c5257e420b758c8507ccb
parent9b1e105ade3cb5b467c94411bbb37168981a02ec
parent382338fe755a4300358ae17a5df211236c257a27
Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakis

Fix issue 85435 by restricting Fake Read precision

This PR fixes the root bug of issue #85435 by restricting Fake Read precision in closures and removing the feature gate introduced in PR #85564. More info [here](https://github.com/rust-lang/rust/issues/85561#issuecomment-846223784) and [here](https://github.com/rust-lang/rust/issues/85561#issuecomment-847270533).

Closes #85561

r? ``@nikomatsakis``