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

resolve: change most backwards incompatible ambiguity errors to `legacy_imports` warnings #38271

Merged
merged 1 commit into from Dec 20, 2016

Conversation

Projects
None yet
6 participants
@jseyfried
Copy link
Contributor

jseyfried commented Dec 9, 2016

Fixes #38176.
r? @nrc or @nikomatsakis

@jseyfried jseyfried referenced this pull request Dec 9, 2016

Closed

`legacy_imports` future-compatibility warnings #38260

2 of 3 tasks complete

@jseyfried jseyfried force-pushed the jseyfried:rfc_1560_warning_cycle branch from 162e61d to 1993a07 Dec 10, 2016

@jseyfried jseyfried force-pushed the jseyfried:rfc_1560_warning_cycle branch from 1993a07 to cfabce2 Dec 15, 2016

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Dec 15, 2016

ping @nrc / @nikomatsakis, would be great to get this in before beta!

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Dec 15, 2016

Nominating for beta to ensure we don't forget about this if it misses the beta branch. Note that this should only go into 1.15.0 beta, not the current (as of this writing) 1.14.0 beta.

@nrc

This comment has been minimized.

Copy link
Member

nrc commented Dec 20, 2016

@bors: r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Dec 20, 2016

📌 Commit cfabce2 has been approved by nrc

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Dec 20, 2016

⌛️ Testing commit cfabce2 with merge 3038f30...

bors added a commit that referenced this pull request Dec 20, 2016

Auto merge of #38271 - jseyfried:rfc_1560_warning_cycle, r=nrc
resolve: change most backwards incompatible ambiguity errors to `legacy_imports` warnings

Fixes #38176.
r? @nrc or @nikomatsakis

@bors bors merged commit cfabce2 into rust-lang:master Dec 20, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@jseyfried jseyfried deleted the jseyfried:rfc_1560_warning_cycle branch Dec 20, 2016

bors added a commit that referenced this pull request Dec 20, 2016

@nikomatsakis

This comment has been minimized.

Copy link
Contributor

nikomatsakis commented Dec 30, 2016

Marking as beta-accepted. Patch is kind of medium-ish, but this is a serious regression, and mostly the patch is converting errors into lints. cc @rust-lang/compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.