Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis
Check FromIterator trait impl in prelude collision check. Fixes #86902.
This commit is contained in:
commit
95fb131521
4 changed files with 66 additions and 1 deletions
|
@ -155,6 +155,7 @@ symbols! {
|
|||
FormatSpec,
|
||||
Formatter,
|
||||
From,
|
||||
FromIterator,
|
||||
Future,
|
||||
FxHashMap,
|
||||
FxHashSet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue