mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 13:00:11 +01:00
This diagnoses instead of crashing in some cases: * When one of the operands is an incomplete Carbon type. * When one of the operands is a C++ class that can't be completed due to lack of Carbon supported. The new tests cover these cases. Part of #5995.