]> git.lizzy.rs Git - rust.git/commit
Tidy: allow common lang+lib features
authorest31 <MTest31@outlook.com>
Sat, 15 Jul 2017 03:53:58 +0000 (05:53 +0200)
committerest31 <MTest31@outlook.com>
Sat, 15 Jul 2017 03:53:58 +0000 (05:53 +0200)
commit94fc09c68f36da4b35f870c9399743102bea393f
treee66f3c7e5bcb850dd80231e3285d808acdb5ec5a
parent6d9d82d3dff580d2ec31e4db5cdef73c9625a864
Tidy: allow common lang+lib features

This allows changes to the Rust language that have both library
and language components share one feature gate.

The feature gates need to be "about the same change", so that both
library and language components must either be both unstable, or
both stable, and share the tracking issue.

Removes the ugly "proc_macro" exception.

Closes #43089
src/tools/tidy/src/features.rs