Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Ensure that .join().unwrap() works #24254

Merged
merged 1 commit into from
Apr 11, 2015
Merged

Conversation

aturon
Copy link
Member

@aturon aturon commented Apr 10, 2015

Make Box<Any + Send> implement Debug.

Fixes #21291

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

Makes `Any + Send` implement `Debug`.

Fixes rust-lang#21291
@alexcrichton
Copy link
Member

@bors: r+ 76d468a

@reem
Copy link
Contributor

reem commented Apr 10, 2015

Won't this mean panic messages will be lost? Or are those still printed?

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 10, 2015
…chton

Make `Box<Any + Send>` implement `Debug`.

Fixes rust-lang#21291
Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 10, 2015
…chton

 Make `Box<Any + Send>` implement `Debug`.

Fixes rust-lang#21291
@alexcrichton
Copy link
Member

@reem the panic messages are still printed yeah, controlling that behavior would be nice though!

bors added a commit that referenced this pull request Apr 11, 2015
Make `Box<Any + Send>` implement `Debug`.

Fixes #21291
@bors
Copy link
Contributor

bors commented Apr 11, 2015

⌛ Testing commit 76d468a with merge 3a82753...

@bors bors merged commit 76d468a into rust-lang:master Apr 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Err from thread should implement Show
5 participants