Move from Unstable to Preview mode
commitb077173f762c8de77660b4df3472c3e4ef3641c8
authorVincent Siles <vsiles@fb.com>
Wed, 28 Apr 2021 11:47:49 +0000 (28 04:47 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 28 Apr 2021 11:49:06 +0000 (28 04:49 -0700)
tree73b612f381fd290992e94ee437b4e13616167ed6
parent5117ffc267caef35a1cf4ce54c99b0c48905db4e
Move from Unstable to Preview mode

Summary:
Moving Enum class label to Preview mode. Rollback strategy would be:
- all files that use the new syntax have the `enum_atom` unstable feature attribute, we can easily track and delete them
- remove all content that refers to `HH\Label`, which might be in file without the attribute, but can only be called from an entry point that has the attribute

Reviewed By: jamesjwu

Differential Revision: D27904676

fbshipit-source-id: 5e88fa7cac9bf1747b17d806c21b70d78e17ed93
hphp/hack/src/parser/rust_parser_errors.rs
hphp/test/slow/enum_class/xcont_preview.php [new file with mode: 0644]
hphp/test/slow/enum_class/xcont_preview.php.expect [new file with mode: 0644]
hphp/test/slow/enum_class/xcont_preview.php.hphp_opts [new file with mode: 0644]
hphp/test/slow/enum_class/xcont_preview.php.opts [new file with mode: 0644]