currently calls to methods on trait objects aren't handled;
in jumptodefmap.rs: fn lookup_def_node_of_node(../) , the match case for typeck::method_object(mp) is incomplete.. it probably needs to resolve these methods using its' method-index.. is there helper code in rust already for this ?
As a temporary fix It might be sufficient to just show the definition of the objects' trait - of course the exact impl' isn't inferable from a trait call... that would be better than nothing.
currently calls to methods on trait objects aren't handled;
in jumptodefmap.rs: fn lookup_def_node_of_node(../) , the match case for typeck::method_object(mp) is incomplete.. it probably needs to resolve these methods using its' method-index.. is there helper code in rust already for this ?
As a temporary fix It might be sufficient to just show the definition of the objects' trait - of course the exact impl' isn't inferable from a trait call... that would be better than nothing.