File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 00f9ff2b41ffd1f1c187533570d979018724852a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: afdfe40aa0b7dfc7800dddbc1f55da979abfe486
5
- refs/heads/try: 14c0b3ab42a8f963b5e766605f31028e30cd9c0a
5
+ refs/heads/try: d89577b5a2fa2254cc8738ac2953a6479164f5cc
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
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