carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.38k stars 1.48k forks source link

Remove the special case for `i32`. #4543

Closed zygoloid closed 1 week ago

zygoloid commented 1 week ago

For the few remaining uses of the builtin i32 type, manually build an IntType(Signed, 32) value instead. These are:

We should consider converting those three cases away from i32 over time.