From 726b56bc3602231982f083ccd172496ae1fa7b04 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 29 May 2019 10:35:52 -0300 Subject: [PATCH] added a few notes --- porque-rust.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/porque-rust.html b/porque-rust.html index c1638b3..8a327d8 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -80,6 +80,12 @@

Porque Você DEVE Aprender Rust

+ +
@@ -108,6 +114,14 @@
  • Versão atual: 1.35
  • + +
    @@ -117,7 +131,6 @@ -

    Basic (com números e estruturado) @@ -138,10 +151,27 @@ , Scala , Rust.

    + +
    + +
    @@ -153,6 +183,18 @@
    -- Alan Perlis, "ALGOL"
    + +
    @@ -220,10 +262,25 @@
    + +
    + +
    @@ -240,6 +297,22 @@ fn main() { println!("{}", a); } + +
    @@ -269,6 +342,11 @@ fn main() { 4 | a = 3; | ^^^^^ cannot assign twice to immutable variable + +
    @@ -281,10 +359,21 @@ fn main() { 4 | a = 3; | ^^^^^ cannot assign twice to immutable variable + +
    + +