Rustaceans at the border
Rustaceans at the border
Posted Apr 17, 2022 22:10 UTC (Sun) by bartoc (guest, #124262)In reply to: Rustaceans at the border by khim
Parent article: Rustaceans at the border
Rust “UB” is a smaller category than c/c++ because theres no formal standard for the language with multiple implementers. Not all ub in C is assumed to never happen by compilers (for ex: most of the preprocessor and lexer UB)
The other thing to remember is that the C standard can be obscenely vague about what implementations are allowed to do, the C++ standard tries much harder.
