File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libstd/sync 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: 809a554fca2d0ebc2ba50077016fe282a4064752
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 1e71d2e71c037b0008ce9f65a61cf814abd52b68
4
+ refs/heads/snap-stage3: 018eeb76f0e7384f760afa2a97a07110eef05145
5
5
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ use fmt;
112
112
/// *guard += 1;
113
113
/// ```
114
114
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
115
- pub struct Mutex < T > {
115
+ pub struct Mutex < T : Send > {
116
116
// Note that this static mutex is in a *box*, not inlined into the struct
117
117
// itself. Once a native mutex has been used once, its address can never
118
118
// change (it can't be moved). This mutex type can be safely moved at any
You can’t perform that action at this time.
0 commit comments