File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/doc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 1bff1ff810dcfa8064c11e2b84473f053d1f69f1
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 88008b3ad564ed2ba16c2acf4e9538f20a71f541
4
+ refs/heads/snap-stage3: 6d60956e580741e9f0857cfa3631bafcbfcba42b
5
5
refs/heads/try: 2e9d9477b848cec778ca3f07ecdf0aea6ade23de
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ fn main() {
252
252
}
253
253
```
254
254
255
- This will result an error indicating that the value is no longer in scope:
255
+ The compiler will produce an error indicating that the value is no longer in scope:
256
256
257
257
``` text
258
258
concurrency.rs:12:20: 12:27 error: use of moved value: 'numbers'
You can’t perform that action at this time.
0 commit comments