Rename UnitStringId -> UnitBytesId
commitb5a714ebd3ff0ae3ea3bd2f66fb8e52dd2a7c75a
authorAaron Orenstein <aorenste@fb.com>
Thu, 1 Sep 2022 15:39:40 +0000 (1 08:39 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 1 Sep 2022 15:39:40 +0000 (1 08:39 -0700)
tree9771eadbeef017043081542001fe0d29febcaee1
parent868fc141b6fc9ee322e4e62ffcb9bf3ba83e6565
Rename UnitStringId -> UnitBytesId

Summary: We'll probably want to eventually have a version of interned strings which guarantee that the underlying data is actually a valid Rust `&str` - in anticipation of that rename UnitStringId to UnitBytesId so the naming is consistent.

Reviewed By: edwinsmith

Differential Revision: D39174002

fbshipit-source-id: b16150f6aac62cd44288625b26e994386cc6b6cc
hphp/hack/src/hackc/ir/conversions/bc_to_ir/context.rs
hphp/hack/src/hackc/ir/conversions/bc_to_ir/instrs.rs
hphp/hack/src/hackc/ir/ir_core/func.rs
hphp/hack/src/hackc/ir/ir_core/instr.rs
hphp/hack/src/hackc/ir/ir_core/lib.rs
hphp/hack/src/hackc/ir/ir_core/newtype.rs
hphp/hack/src/hackc/ir/ir_core/string_intern.rs
hphp/hack/src/hackc/ir/ir_core/types.rs
hphp/hack/src/hackc/ir/macros/has_locals.rs
hphp/hack/src/hackc/ir/print/formatters.rs