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

[minor] replace libtest/lib.rs:FnBox by std::boxed::FnBox #41810

Closed
Yamakaky opened this issue May 7, 2017 · 2 comments
Closed

[minor] replace libtest/lib.rs:FnBox by std::boxed::FnBox #41810

Yamakaky opened this issue May 7, 2017 · 2 comments
Labels
A-libtest Area: #[test] related C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@Yamakaky
Copy link
Contributor

Yamakaky commented May 7, 2017

https://github.com/rust-lang/rust/blob/master/src/libtest/lib.rs#L134-L142

https://doc.rust-lang.org/std/boxed/trait.FnBox.html

I can do it if wanted

@GuillaumeGomez
Copy link
Member

Then go ahead. :)

@Yamakaky
Copy link
Contributor Author

Yamakaky commented May 9, 2017

Waiting for #41815 to be merged

@Mark-Simulacrum Mark-Simulacrum added A-libtest Area: #[test] related C-cleanup Category: PRs that clean code up or issues documenting cleanup. labels Jun 22, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this issue Dec 15, 2017
kennytm added a commit to kennytm/rust that referenced this issue Dec 21, 2017
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.

Fixes rust-lang#41810.
djrenren pushed a commit to djrenren/libtest that referenced this issue Jan 22, 2019
djrenren pushed a commit to djrenren/libtest that referenced this issue Jan 22, 2019
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.

Fixes rust-lang/rust#41810.
djrenren pushed a commit to djrenren/compiletest that referenced this issue Aug 26, 2019
djrenren pushed a commit to djrenren/compiletest that referenced this issue Aug 26, 2019
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.

Fixes rust-lang/rust#41810.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-libtest Area: #[test] related C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

3 participants