mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +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
|
@ -240,6 +240,7 @@ define_symbols! {
|
|||
fundamental,
|
||||
future_trait,
|
||||
future,
|
||||
future_output,
|
||||
Future,
|
||||
ge,
|
||||
get_context,
|
||||
|
@ -274,6 +275,7 @@ define_symbols! {
|
|||
iter_mut,
|
||||
iter,
|
||||
Iterator,
|
||||
iterator,
|
||||
keyword,
|
||||
lang,
|
||||
le,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue