| commit | 21c3fe85d6027abccc4f1d9d67e4cfec2c046df9 | [log] [tgz] |
|---|---|---|
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | Fri Sep 26 18:11:08 2025 +0200 |
| committer | GitHub <noreply@github.com> | Fri Sep 26 18:11:08 2025 +0200 |
| tree | bf7c6656edf0e300da0e0ac0b87b9587b2c6c550 | |
| parent | f21aef75241a3cceb3d14b121d74998689de6f7a [diff] | |
| parent | 26a9dacc14ffa11091e07e3ba61d7b9cb7424ec0 [diff] |
Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr resolve: Do not finalize shadowed bindings I.e. do not mark them as used, or non-speculatively loaded, or similar. Previously they were sometimes finalized during early resolution, causing issues like https://github.com/rust-lang/rust/pull/144793#issuecomment-3168108005.