Auto merge of #4501 - matklad:top-level-features, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 17 Sep 2017 22:15:44 +0000 (22:15 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 Sep 2017 22:15:44 +0000 (22:15 +0000)
Move cargo features to top-level

This should allow to add Cargo-features to virtual manifest as well.

I've not actually added support for features in virtual manifests just yet, because that will probably require some refactoring to avoid duplicating feature-related code between virtual and usual manifests.

r? @alexcrichton


Trivial merge