Skip to content

Commit 592d7ca

Browse files
committed
---
yaml --- r: 60059 b: refs/heads/master c: 96eb1e5 h: refs/heads/master i: 60057: dae32d6 60055: 6ebc562 v: v3
1 parent 408bbf0 commit 592d7ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 43165b54e05d0640fda8cf419de09d9f6d032724
2+
refs/heads/master: 96eb1e50a49ce24adf198458e3d09fcd1117a70f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/libstd/arc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ struct RWARCInner<T> { lock: RWlock, failed: bool, data: T }
252252
*
253253
* Unlike mutex_arcs, rw_arcs are safe, because they cannot be nested.
254254
*/
255+
#[mutable]
255256
struct RWARC<T> {
256257
x: SharedMutableState<RWARCInner<T>>,
257258
cant_nest: ()

0 commit comments

Comments
 (0)