error: Rust has no postfix increment operator
–> src\main.rs: 3:6
3
help:
3
3
i+;
^^ not a valid postfix operator
use “+= 1* instead
{ let tmp = i; i += 1; tmp }:
十十十十十十士七七片
i += 1;
error: could not compile rust_test due to previous error
in Programming
GIPHY App Key not set. Please check settings