mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
While current examples of this could also be addressed by emitting declarations on use (by which stage the associated types would have to be complete by construction) - it's expected that future examples (vtables, function pointers) will need to work in this case anyway, so might as well implement this feature.