mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Move dual blanket impl logic from source analyzer to goto_def
This commit is contained in:
parent
93a5846784
commit
03ea40369f
9 changed files with 92 additions and 113 deletions
|
|
@ -240,6 +240,7 @@ define_symbols! {
|
|||
format_unsafe_arg,
|
||||
format,
|
||||
freeze,
|
||||
from,
|
||||
From,
|
||||
FromStr,
|
||||
from_output,
|
||||
|
|
@ -273,6 +274,8 @@ define_symbols! {
|
|||
index_mut,
|
||||
index,
|
||||
Index,
|
||||
into,
|
||||
Into,
|
||||
into_future,
|
||||
into_iter,
|
||||
IntoFuture,
|
||||
|
|
@ -361,6 +364,7 @@ define_symbols! {
|
|||
panic_nounwind,
|
||||
panic,
|
||||
Param,
|
||||
parse,
|
||||
partial_ord,
|
||||
PartialEq,
|
||||
PartialOrd,
|
||||
|
|
@ -459,8 +463,10 @@ define_symbols! {
|
|||
transmute_opts,
|
||||
transmute_trait,
|
||||
transparent,
|
||||
try_into,
|
||||
Try,
|
||||
TryFrom,
|
||||
try_from,
|
||||
tuple_trait,
|
||||
u128,
|
||||
u16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue