auto merge of #15308 : brson/rust/intro, r=alexcrichton

This was asked on HN, and it's easy to clarify.
This commit is contained in:
bors 2014-07-01 17:51:41 +00:00
commit efebeec6ca
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ fn main() {
}
```
This will result an error indicating that the value is no longer in scope:
The compiler will produce an error indicating that the value is no longer in scope:
```text
concurrency.rs:12:20: 12:27 error: use of moved value: 'numbers'