Project for porting C to Rust gains Mozilla's backing (InfoWorld)
Project for porting C to Rust gains Mozilla's backing (InfoWorld)
Posted Nov 7, 2016 14:14 UTC (Mon) by musicinmybrain (subscriber, #42780)In reply to: Project for porting C to Rust gains Mozilla's backing (InfoWorld) by TomH
Parent article: Project for porting C to Rust gains Mozilla's backing (InfoWorld)
…and to be really pedantic about it, the view of the C standard is that all overflow is undefined, and the mandated unsigned integer “wrapping” behavior (arithmetic modulo 2^n) is not a kind of overflow.
