clean up non-existent target
commitb00b155f9c642596a99864f02940f837c9eb28c9
authorShayne Fletcher <shaynefletcher@fb.com>
Sun, 11 Sep 2022 17:09:49 +0000 (11 10:09 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sun, 11 Sep 2022 17:09:49 +0000 (11 10:09 -0700)
treee00ac266c7797d2629e0fc2470a779d294409797
parentea06016fad9e94f4b323daeac125174c4108e237
clean up non-existent target

Summary:
D16574809 (https://github.com/facebook/hhvm/commit/d41c1cc41d848ae8b56619f1daac97a1ee4c0370) added 'hphp/hack/test/Cargo.toml' which refers to a binary `test_facts_parse` with `path=rust/facts_parse.rs`.

this leads to
```
error: couldn't read test/rust/facts_parse.rs: No such file or directory (os error 2)
```
when you run `cd fbsource &&cargo check --manifest-path fbcode/hphp/hack/Cargo.toml`.

the `.toml` file is not auto-generated. the source file `facts_parse.rs` was removed in D33722419 (https://github.com/facebook/hhvm/commit/b2ea9e104e8687a607523016417fc68da520f4b4).

in this diff I remove 'hphp/hack/test/Cargo.toml' and remove "hphp/hack/test" from 'hphp/hack.cargo/Cargo.toml.ocaml_build'.

Reviewed By: aorenste

Differential Revision: D39412960

fbshipit-source-id: 578952b6a0eee014e7b0d2dda0e0610c001f064f
hphp/hack/.cargo/Cargo.toml.ocaml_build
hphp/hack/Cargo.lock
hphp/hack/test/Cargo.toml [deleted file]