Skip to content

handle trait object method calls #6

Description

@dobkeratops

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions