Walter Bright:

> http://doc.rust-lang.org/doc/tutorial.html does not mention typestate nor 
> variable owning.
> 
> I find it rather difficult to determine what Rust actually does.

I presume Rust documentation is not complete still.

Beside variable owning and typestate, another significant feature of Rust is 
built-in nullability management, that's meant to avoid null pointers/refernces 
bugs.

Bye,
bearophile

Reply via email to