]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #56194 - eddyb:top-unhack, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 25 Nov 2018 22:00:08 +0000 (22:00 +0000)
committerbors <bors@rust-lang.org>
Sun, 25 Nov 2018 22:00:08 +0000 (22:00 +0000)
Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.

The last failures I noticed before adding the `__CARGO_TEST_ROOT` hack were in `src/test/run-make/thumb-none-{cortex-m,qemu}`, and had to do with the fact that the top-level `Cargo.toml` uses nightly Cargo features.

If that's the only problem, this PR should work, and we can figure out how to unbreak RLS.


Trivial merge