Remove facts parser
commitb2ea9e104e8687a607523016417fc68da520f4b4
authorMillie Chen <milliechen@fb.com>
Fri, 4 Feb 2022 12:01:32 +0000 (4 04:01 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 4 Feb 2022 12:03:50 +0000 (4 04:03 -0800)
treec968bad903b87ba75e725a6f9f041c7b7355a033
parent7cfa859cc65285ee35c5ba9250c911c24eebf5a4
Remove facts parser

Summary: Now that the new decl parser based facts has been [the default](https://www.internalfb.com/diff/D33688656) for at least a week, remove the facts parser and its dependencies.

Reviewed By: shayne-fletcher

Differential Revision: D33722419

fbshipit-source-id: c477c2adc1fe454546464e736e5c3c38cc77002c
15 files changed:
hphp/hack/.cargo/Cargo.toml.ocaml_build
hphp/hack/Cargo.lock
hphp/hack/src/facts/cargo/facts_rust/Cargo.toml
hphp/hack/src/facts/cargo/facts_smart_constructors/Cargo.toml [deleted file]
hphp/hack/src/facts/facts_parser.rs [deleted file]
hphp/hack/src/facts/facts_smart_constructors.rs [deleted file]
hphp/hack/src/facts/facts_smart_constructors_generated.rs [deleted file]
hphp/hack/src/facts/lib.rs
hphp/hack/src/generate_full_fidelity_data.ml
hphp/hack/src/hackc/ffi_bridge/compiler_ffi.rs
hphp/hack/src/parser/api/cargo/facts_parser/Cargo.toml [deleted file]
hphp/hack/src/parser/bench/bench.rs
hphp/hack/src/parser/cargo/bench/Cargo.toml
hphp/hack/test/rust/cargo/facts_parse_rust/Cargo.toml [deleted file]
hphp/hack/test/rust/facts_parse.rs [deleted file]