mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
`dump context facet_type` was an error before since we expected that to be followed with an id value. While `dump context facet_type 5` still works, if there's no id value, try to use `facet_type` as a variable name. This allows us to dump an inst id if it happens to be named `inst`, etc, without having to use `--` to disambiguate.