mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 07:20:09 +01:00
For now, disable the use of array types as by-var paramters and by-init return types when exporting Carbon functions to C++, as C++ does not support raw arrays being passed or returned by value. Assisted-by: Gemini via Antigravity