]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 6 Nov 2021 22:12:03 +0000 (23:12 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 22:12:03 +0000 (23:12 +0100)
commit4c49db35fc671a522dbe07bfbeda8c7e7897108c
tree34b20baf5a11984124823ef681e2e856d79a7ea6
parentde332b52afa45dc60d1fda2b8122241632f7ebb0
parentf5560754591532d7cde4c9f5dd51dfbd7670e98f
Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco

Apply adjustments for field expression even if inaccessible

The adjustments are used later by ExprUseVisitor to build Place projections and without adjustments it can produce invalid result.

Fix #90483

``@rustbot`` label: T-compiler