File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/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 2
2
refs/heads/master: 557d4346a26266d2eb13f6b0adf106b8873b0da1
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
5
- refs/heads/try: 1e71d2e71c037b0008ce9f65a61cf814abd52b68
5
+ refs/heads/try: 018eeb76f0e7384f760afa2a97a07110eef05145
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
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