-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[minor] replace libtest/lib.rs:FnBox by std::boxed::FnBox #41810
Comments
Then go ahead. :) |
Waiting for #41815 to be merged |
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.
# for free
to join this conversation on GitHub.
Already have an account?
# 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: