Skip to content

Add JoinHandle missing examples #38572

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 25, 2016
Merged

Conversation

GuillaumeGomez
Copy link
Member

@frewsxcv
Copy link
Member

---- thread::JoinHandle<T>::thread_0 stdout ----

	error: use of unstable library feature 'thread_id' (see issue #21507)

  --> <anon>:13:36

   |

13 | println!("thread id: {:?}", thread.id());

   |                                    ^^

   |

   = help: add #![feature(thread_id)] to the crate attributes to enable

@frewsxcv
Copy link
Member

r=me after the error is fixed

@GuillaumeGomez
Copy link
Member Author

@bors: r=frewsxcv

@bors
Copy link
Collaborator

bors commented Dec 24, 2016

📌 Commit 00645e8 has been approved by frewsxcv

@frewsxcv
Copy link
Member

@bors rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Dec 24, 2016
bors added a commit that referenced this pull request Dec 24, 2016
Rollup of 14 pull requests

- Successful merges: #37956, #38013, #38297, #38480, #38497, #38502, #38505, #38513, #38521, #38549, #38554, #38557, #38568, #38572
- Failed merges:
@bors bors merged commit 00645e8 into rust-lang:master Dec 25, 2016
@GuillaumeGomez GuillaumeGomez deleted the join_handle_docs branch December 25, 2016 10:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants