]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18176 : jkleint/rust/guide-borrow-wording, r=steveklabnik
authorbors <bors@rust-lang.org>
Sat, 25 Oct 2014 09:17:05 +0000 (09:17 +0000)
committerbors <bors@rust-lang.org>
Sat, 25 Oct 2014 09:17:05 +0000 (09:17 +0000)
Explain the primary disadvantage of garbage collection is runtime
overhead and unpredictable pauses.  Elucidate where the name "race
condition" comes from.  Emphasize that Rust can guarantee your code is
free of race conditions and other memory errors, with no runtime
overhead.

cc @steveklabnik

1  2 
src/doc/guide.md

Simple merge