diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-02 00:19:55 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-02 17:02:03 +0300 |
| commit | db55e70c977f9e2a70e62ea819755ef02009db8e (patch) | |
| tree | 039c08384f8ef9a2145459a9ba8bb84debc48d54 /src/libsyntax | |
| parent | aa0b350c9798ca1ca1b0b82aec66f7ee2bac76ff (diff) | |
| download | rust-db55e70c977f9e2a70e62ea819755ef02009db8e.tar.gz rust-db55e70c977f9e2a70e62ea819755ef02009db8e.zip | |
syntax: mark the managed_boxes feature as Removed.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 8565bebe269..7dcc039a83f 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -40,7 +40,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[ ("struct_variant", Active), ("once_fns", Active), ("asm", Active), - ("managed_boxes", Active), + ("managed_boxes", Removed), ("non_ascii_idents", Active), ("thread_local", Active), ("link_args", Active), |
