]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr
authorbors <bors@rust-lang.org>
Sun, 6 Oct 2013 21:41:28 +0000 (14:41 -0700)
committerbors <bors@rust-lang.org>
Sun, 6 Oct 2013 21:41:28 +0000 (14:41 -0700)
This implements the necessary logic for gating particular features off by default in the compiler. There are a number of issues which have been wanting this form of mechanism, and this initially gates features which we have open issues for.

Additionally, this should unblock #9255


Trivial merge