Software Engineer at Tuenti
MadRust co-organizer
jrvidal
_rvidal
Slide 3
Slide 3 text
[rust-dev] RFC: Updated RFC process
Brian Anderson banderson at mozilla.com
Tue Mar 11 18:11:48 PDT 2014
Hey, Rusties.
The freewheeling way that we add new features to Rust has been
good for early development [...]
@brson
Slide 4
Slide 4 text
No content
Slide 5
Slide 5 text
What "imperfections"?
Sebastian Lengauer
Slide 6
Slide 6 text
What curiosities
Slide 7
Slide 7 text
Leakpocalypse
Auto traits
Implicit bounds
Slide 8
Slide 8 text
Leakpocalypse
Slide 9
Slide 9 text
#[lang = "drop"]
trait Drop {
fn drop(&mut self);
}