Descriptive names are good, and the ones generated by c2rust are no different. For example, the saved old value of a post-increment operator could be named c2rust_old_value instead, which is much easier to read for anyone trying to refactor the code.
Descriptive names are good, and the ones generated by c2rust are no different. For example, the saved old value of a post-increment operator could be named
c2rust_old_valueinstead, which is much easier to read for anyone trying to refactor the code.