Skip to content

fix(resolve): update the ambiguity glob binding as warning recursively#113099

Merged
bors merged 2 commits intorust-lang:masterfrom
bvanjoi:fix-112713-2
Jul 29, 2023
Merged

fix(resolve): update the ambiguity glob binding as warning recursively#113099
bors merged 2 commits intorust-lang:masterfrom
bvanjoi:fix-112713-2

Conversation

@bvanjoi
Copy link
Contributor

@bvanjoi bvanjoi commented Jun 27, 2023

Fixes #47525
Fixes #56593, but issue-56593-2.rs is not fixed to ensure backward compatibility.
Fixes #98467
Fixes #105235
Fixes #112713

This PR had added a field called warn_ambiguous in NameBinding which is only for back compatibly reason and used for lint.

More details: #112743

r? @petrochenkov

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet