Content
error: Rust has no postfix increment operator – srcmain.rs: 3:6 3 iH; not a valid postfix operator help: use 1 instead 3 3 let tmp i; i 1; tmp ; 1 1; error: could not compile rust test due to previous error
error: Rust has no postfix increment operator – srcmain.rs: 3:6 3 iH; not a valid postfix operator help: use 1 instead 3 3 let tmp i; i 1; tmp ; 1 1; error: could not compile rust test due to previous error