Rollup merge of #28772 - tshepang:improve-paragraph, r=steveklabnik

This commit is contained in:
Steve Klabnik 2015-09-30 18:20:04 -04:00
commit f8c8c8c07d

View File

@ -41,8 +41,8 @@ and just consider the local variables were allocating. So in this case, when
This is automatically handled for you, as you can see; we didnt have to write
any special Rust code or anything.
When the function is over, its stack frame gets deallocated. This happens
automatically, we didnt have to do anything special here.
When the function exits, its stack frame gets deallocated. This happens
automatically as well.
Thats all there is for this simple program. The key thing to understand here
is that stack allocation is very, very fast. Since we know all the local