diff options
| author | Corey Richardson <corey@octayn.net> | 2014-07-28 14:31:46 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-29 15:43:57 -0700 |
| commit | 2a3c0d91cfc3852837f857aff0c23c0055bc94fc (patch) | |
| tree | 6b2852fb149e511145921d552af156ec734e706d /src/librustc/front | |
| parent | 59a91280084347ced9a27c8d05a211f50fe90737 (diff) | |
| download | rust-2a3c0d91cfc3852837f857aff0c23c0055bc94fc.tar.gz rust-2a3c0d91cfc3852837f857aff0c23c0055bc94fc.zip | |
manual: update list of feature gates, add phase attribute
Diffstat (limited to 'src/librustc/front')
| -rw-r--r-- | src/librustc/front/feature_gate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc/front/feature_gate.rs b/src/librustc/front/feature_gate.rs index 9f15c9a9b3f..99855c7345c 100644 --- a/src/librustc/front/feature_gate.rs +++ b/src/librustc/front/feature_gate.rs @@ -69,6 +69,8 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[ ("rustc_diagnostic_macros", Active), ("unboxed_closures", Active), + // if you change this list without updating src/doc/rust.md, cmr will be sad + // A temporary feature gate used to enable parser extensions needed // to bootstrap fix for #5723. ("issue_5723_bootstrap", Active), |
