Skip to content

Fix a regression in import resolution - #32097

Merged
bors merged 4 commits into
rust-lang:masterfrom
jseyfried:fix_resolution_regression
Mar 10, 2016
Merged

Fix a regression in import resolution#32097
bors merged 4 commits into
rust-lang:masterfrom
jseyfried:fix_resolution_regression

Conversation

@jseyfried

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

cc @alexcrichton

@jseyfried
jseyfriedforce-pushed the fix_resolution_regression branch from d7af276 to 162fa86CompareMarch 7, 2016 11:25
@alexcrichton

Copy link
Copy Markdown
Member

Thanks for the quick fix @jseyfried!

@nikomatsakis

Copy link
Copy Markdown
Contributor

r=me if comment is added

@jseyfried

Copy link
Copy Markdown
ContributorAuthor

@bors r=nikomatsakis

@bors

bors commented Mar 7, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 4dc4cae has been approved by nikomatsakis

@jseyfried

Copy link
Copy Markdown
ContributorAuthor

Fixes #32106

@bors

bors commented Mar 10, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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:masterMar 10, 2016
@jseyfried
jseyfried deleted the fix_resolution_regression branch March 25, 2016 22:56
Sign up for freeto 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

@jseyfried@alexcrichton@nikomatsakis@bors