mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Basic support for declaring, specifying the values of, and using associated constants. This is incomplete in various ways. For example, when checking whether a type satisfies a constraint, there is no check that its associated constants match those in the constraint, and name lookup into a value whose type is an associated constant is not supported yet. Co-authored-by: Jon Ross-Perkins <jperkins@google.com>