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

Remove fix::local_paths_no_fix, as crate_in_paths is getting stabilized. #6068

Merged
merged 1 commit into from
Sep 21, 2018

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Sep 21, 2018

Needed for rust-lang/rust#54403 (blocking RC1).
Ideally we'd also clean up the tests, e.g. removing #![feature(rust_2018_preview)] and is_nightly checks, but it's easier to just remove the only failing test (because it tests the feature gate is needed).

@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

For beta this will need to go to the 1.30.0 branch of this repo, and for nightly the master branch here. I'd recommend deleting the one test instead of updating all tests, we test cargo on stable rust so this will likely break on CI

@eddyb eddyb force-pushed the oopsie-daisy-stabilize branch from 1b83cc8 to afdde60 Compare September 21, 2018 15:44
@eddyb eddyb changed the title Remove #![feature(rust_2018_preview)], as it's getting stabilized. Remove fix::local_paths_no_fix, as crate_in_paths is getting stabilized. Sep 21, 2018
bors added a commit that referenced this pull request Sep 21, 2018
[beta] Remove `fix::local_paths_no_fix`, as `crate_in_paths` is getting stabilized.

Beta backport of #6068. Needed for rust-lang/rust#54404 (blocking RC1).

r? @alexcrichton
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Sep 21, 2018

📌 Commit afdde60 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Sep 21, 2018

⌛ Testing commit afdde60 with merge de314a8...

bors added a commit that referenced this pull request Sep 21, 2018
Remove `fix::local_paths_no_fix`, as `crate_in_paths` is getting stabilized.

Needed for rust-lang/rust#54403 (blocking RC1).
Ideally we'd also clean up the tests, e.g. removing `#![feature(rust_2018_preview)]` and `is_nightly` checks, but it's easier to just remove the only failing test (because it tests the feature gate is needed).
@bors
Copy link
Contributor

bors commented Sep 21, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing de314a8 to master...

@bors bors merged commit afdde60 into rust-lang:master Sep 21, 2018
@eddyb eddyb deleted the oopsie-daisy-stabilize branch September 21, 2018 21:09
@ehuss ehuss modified the milestones: 1.31.0, 1.30.0 Feb 6, 2022
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.

5 participants