Remove need for unstable feature attribute in HHVM
commit0a2675b3ccc9da1821c31ac1daa9d3d792218761
authorJames Wu <jjwu@fb.com>
Tue, 19 Oct 2021 04:24:32 +0000 (18 21:24 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 19 Oct 2021 04:27:33 +0000 (18 21:27 -0700)
tree58d13043299f1fa83f7b8b134cb8f409451b4c78
parent4d4110008299324a4df52f1d26bdc83461791795
Remove need for unstable feature attribute in HHVM

Summary: Remove unstable feature attribute requirement in HHVM in preparation for release

Reviewed By: oulgen

Differential Revision: D31738662

fbshipit-source-id: 2210979111efe615b1fde680ad6a1ed77b0fec62
hphp/hack/src/parser/rust_parser_errors.rs
hphp/hack/test/typecheck/readonly/readonly_overview_unstable_feature.php [new file with mode: 0644]
hphp/hack/test/typecheck/readonly/readonly_overview_unstable_feature.php.exp [new file with mode: 0644]
hphp/test/slow/readonly/readonly_overview_with_attr.php [new file with mode: 0644]
hphp/test/slow/readonly/readonly_overview_with_attr.php.expectf [new file with mode: 0644]