-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Comments
Then go ahead. :) |
Waiting for #41815 to be merged |
Mark-Simulacrum
added
A-libtest
Area: `#[test]` / the `test` library
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
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
The text was updated successfully, but these errors were encountered: