Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors
Suggest `impl Iterator` when possible for `_` return type Address #106096.
This commit is contained in:
commit
31f5e753fb
7 changed files with 101 additions and 10 deletions
|
@ -213,6 +213,7 @@ symbols! {
|
|||
Is,
|
||||
ItemContext,
|
||||
Iterator,
|
||||
IteratorItem,
|
||||
Layout,
|
||||
Left,
|
||||
LinkedList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue