Rustify elaborate namespace visitor
commite714eed3069f004e68880e77fef279505cdd81c7
authorThomas Jiang <thomasjiang@fb.com>
Wed, 5 Feb 2020 22:30:08 +0000 (5 14:30 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 5 Feb 2020 22:37:13 +0000 (5 14:37 -0800)
treec185ef4dcca93cbb300aa2ded58cf2b5fe21f612
parentf7459a257b9dfc50ec3ed27d55a2140241e1f14c
Rustify elaborate namespace visitor

Summary: Converting naming_elaborate_namespaces_endo.ml to rust

Reviewed By: dabek

Differential Revision: D19433605

fbshipit-source-id: dc2c4af7e9c9d9f5de2c06616147bc4da1648c07
18 files changed:
hphp/hack/Cargo.lock
hphp/hack/src/cargo/hh_compile/Cargo.toml
hphp/hack/src/decl/decl_rust/Cargo.toml
hphp/hack/src/decl/direct_decl_smart_constructors/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_param/Cargo.toml
hphp/hack/src/name_index/Cargo.toml
hphp/hack/src/naming/Cargo.toml
hphp/hack/src/naming/cargo/elaborate_namespaces/Cargo.toml [new file with mode: 0644]
hphp/hack/src/naming/elaborate_namespaces_visitor.rs [new file with mode: 0644]
hphp/hack/src/parser/cargo/aast_parser/Cargo.toml
hphp/hack/src/parser/cargo/errors/Cargo.toml
hphp/hack/src/parser/cargo/hh_autoimport/Cargo.toml
hphp/hack/src/parser/cargo/lowerer/Cargo.toml
hphp/hack/src/parser/cargo/namespaces/Cargo.toml
hphp/hack/src/parser/core/Cargo.toml
hphp/hack/src/parser/ppl/cargo/ppl_class_rewriter/Cargo.toml
hphp/hack/src/utils/html_entities/Cargo.toml
hphp/hack/src/utils/multifile/Cargo.toml