mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:40:11 +01:00
StringRef::data() is problematic to call, but StringLiteral is always NUL-terminated, so data() gives a valid C string.
StringRef::data() is problematic to call, but StringLiteral is always NUL-terminated, so data() gives a valid C string.