在rust语言中,变量默认情况下是不允许被改变的,当你试图修改一个不可变变量时,将造成error[E0384]: cannot assign twice to immutable variable ...
確定! 回上一頁