mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
Preliminary work for #17940 I split the PR as requested, and made small commits.
This commit is contained in:
commit
0ad26e6025
26 changed files with 816 additions and 167 deletions
|
@ -8465,7 +8465,7 @@ impl Iterator for S {
|
|||
file_id: FileId(
|
||||
1,
|
||||
),
|
||||
full_range: 7800..8008,
|
||||
full_range: 7800..8042,
|
||||
focus_range: 7865..7871,
|
||||
name: "Future",
|
||||
kind: Trait,
|
||||
|
@ -8479,8 +8479,8 @@ impl Iterator for S {
|
|||
file_id: FileId(
|
||||
1,
|
||||
),
|
||||
full_range: 8638..9104,
|
||||
focus_range: 8682..8690,
|
||||
full_range: 8672..9171,
|
||||
focus_range: 8749..8757,
|
||||
name: "Iterator",
|
||||
kind: Trait,
|
||||
container_name: "iterator",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue