File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tmp/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 @@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 1e71d2e71c037b0008ce9f65a61cf814abd52b68
37
+ refs/heads/tmp: 018eeb76f0e7384f760afa2a97a07110eef05145
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
39
39
refs/tags/homu-tmp: 28a0b25f424090255966273994748a9f9901059f
40
40
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
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