+3 | let a = 2;
+ | -
+ | |
+ | first assignment to `a`
+ | help: make this binding mutable: `mut a`
+4 | a = 3;
+ | ^^^^^ cannot assign twice to immutable variable
+
+
+3 | let a = 2;
+ | -
+ | |
+ | first assignment to `a`
+ | help: make this binding mutable: `mut a`
+4 | a = 3;
+ | ^^^^^ cannot assign twice to immutable variable
+
+
fn main() {
@@ -410,13 +438,17 @@ fn main() {
presente := Presente { ... }
canal <- presente
@@ -450,10 +482,14 @@ presente.abrir()
GC não é determinístico.
+ + (mas ainda tem um container que é um contador de refências) + +