-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
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 |
1b83cc8
to
afdde60
Compare
#![feature(rust_2018_preview)]
, as it's getting stabilized.fix::local_paths_no_fix
, as crate_in_paths
is getting stabilized.
[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
@bors: r+ |
📌 Commit afdde60 has been approved by |
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).
☀️ Test successful - status-appveyor, status-travis |
Needed for rust-lang/rust#54403 (blocking RC1).
Ideally we'd also clean up the tests, e.g. removing
#![feature(rust_2018_preview)]
andis_nightly
checks, but it's easier to just remove the only failing test (because it tests the feature gate is needed).