These are chat archives for rust-lang/rust
a safe, concurrent, practical language
&
*
let &x = &y;
let x = *&y
let &x = &y
let x = y
let &x = y
let x = *y