Debug impls of ExtractIf have inconsistent trait bounds #137654
Labels
C-bug
Category: This is a bug.
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::vec::ExtractIf
has:std::collections::linked_list::ExtractIf
has:std::collections::hash_set::ExtractIf
has:std::collections::btree_set::ExtractIf
has:Vec
LinkedList
HashSet
BTreeSet
T: Debug
F: Debug
F: FnMut
There should not need to be 4 different permutations for these 4 effectively-identical interfaces. We should be able to decide:
The text was updated successfully, but these errors were encountered: