porting of calls to `new`
commitd6b4359eaea44ebdbe1e139d475692f074a43131
authorCatherine Gasnier <catg@fb.com>
Fri, 1 May 2020 12:12:22 +0000 (1 05:12 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 1 May 2020 12:14:51 +0000 (1 05:14 -0700)
treee0be04e90724eb9a40d01f865d51951b5da518e9
parentbdecfa43225802e6df65a425b741fa3caed42b02
porting of calls to `new`

Reviewed By: andrewjkennedy

Differential Revision: D21157848

fbshipit-source-id: 59f24b4b6e5367e876b924be3426c64d4142a03e
17 files changed:
hphp/hack/src/arena_collections/vec.rs
hphp/hack/src/decl/decl_subst.rs
hphp/hack/src/oxidized/manual/aast_defs_impl.rs
hphp/hack/src/oxidized/manual/aast_impl.rs
hphp/hack/src/oxidized/manual/ast_defs_impl.rs
hphp/hack/src/typing/cargo/typing_rust/Cargo.toml
hphp/hack/src/typing/typing.ml
hphp/hack/src/typing/typing.rs
hphp/hack/src/typing/typing_defs_core.rs
hphp/hack/src/typing/typing_env.rs
hphp/hack/src/typing/typing_inference_env.rs
hphp/hack/src/typing/typing_make_type.rs
hphp/hack/src/typing/typing_phase.ml
hphp/hack/src/typing/typing_phase.rs
hphp/hack/src/typing/typing_subtype.rs
hphp/hack/test/hh_check/tast/ctor_call.php [new file with mode: 0644]
hphp/hack/test/hh_check/tast/ctor_call.php.exp [new file with mode: 0644]