mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
If it's just `TypeType` then the `BindSymbolicName` appears directly in type positions, but if it is replaced with another facet value, then we would need to insert a `FacetAccessType` around it. By giving it a `FacetType` type, like other `BindSymbolicName`s we make it consistent and avoid having to introduce extra instructions.