Files
carbon-lang/toolchain/lower/testdata/function/declaration
David Blaikie e71d5942bc Function decl lowering for incomplete parameter/return types (#5038) (#5066)
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.
2025-03-05 20:02:14 +00:00
..