Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a regression in import resolution #32097

Merged
merged 4 commits into from
Mar 10, 2016

Conversation

jseyfried
Copy link
Contributor

This fixes #32089 (caused by #31726) by deducing that name resolution has failed (as opposed to being indeterminate) in more cases.

r? @nikomatsakis

@jseyfried
Copy link
Contributor Author

cc @alexcrichton

@jseyfried jseyfried force-pushed the fix_resolution_regression branch from d7af276 to 162fa86 Compare March 7, 2016 11:25
@alexcrichton
Copy link
Member

Thanks for the quick fix @jseyfried!

@nikomatsakis
Copy link
Contributor

r=me if comment is added

@jseyfried
Copy link
Contributor Author

@bors r=nikomatsakis

@bors
Copy link
Contributor

bors commented Mar 7, 2016

📌 Commit 4dc4cae has been approved by nikomatsakis

@jseyfried
Copy link
Contributor Author

Fixes #32106

@bors
Copy link
Contributor

bors commented Mar 10, 2016

⌛ Testing commit 4dc4cae with merge 3ac4076...

bors added a commit that referenced this pull request Mar 10, 2016
…sakis

Fix a regression in import resolution

This fixes #32089 (caused by #31726) by deducing that name resolution has failed (as opposed to being determinate) in more cases.

r? @nikomatsakis
@bors bors merged commit 4dc4cae into rust-lang:master Mar 10, 2016
@jseyfried jseyfried deleted the fix_resolution_regression branch March 25, 2016 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unresolved import in glob imported modules
4 participants