File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libstd/thread 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: 5f57fd591d890cbf9cfc94123071c1a30d809b9e
4
+ refs/heads/snap-stage3: 290c8de0a6f233b1d30c8a97cb41614fce989d30
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 @@ -698,7 +698,7 @@ impl Drop for JoinHandle {
698
698
/// permission.
699
699
#[ must_use = "thread will be immediately joined if `JoinGuard` is not used" ]
700
700
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
701
- pub struct JoinGuard < ' a , T : ' a > {
701
+ pub struct JoinGuard < ' a , T : Send + ' a > {
702
702
inner : JoinInner < T > ,
703
703
_marker : PhantomData < & ' a T > ,
704
704
}
You can’t perform that action at this time.
0 commit comments