mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:20:13 +01:00
`convert_checked` is for conversions that are checked at compile time. Since these conversions do not require a constant value they should use `checked` instead. (Split out from https://github.com/carbon-language/carbon-lang/pull/6673, explanation of convert/convert_checked derived from the [Jan 20, 2026 meeting notes](https://docs.google.com/document/d/1YlxEOJ0r-o19o19TCJbFl4Ln1U88yn_Vj23y1Hr5vTk/edit?tab=t.tjeylv584s7j#heading=h.ih31dlc0ma58).)