Move dual blanket impl logic from source analyzer to goto_def

This commit is contained in:
Lukas Wirth 2025-01-20 16:23:19 +01:00
parent 93a5846784
commit 03ea40369f
9 changed files with 92 additions and 113 deletions

View file

@ -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,