Open arialpew opened 1 month ago
I can implement this, but its a little bit hacky due to absent of ToString on syn::Type. Only way i could see is to take impl.ty.span().source_text() and normalize it somehow and the same for impl.self_ty. Idk if its ok
A tracked trait impl give
inner_fn_name_
as ingredient debug name. We should pick the name of the original trait impl, not theInnerTrait
trait impl generated bysalsa::tracked
macro.