diff options
author | Jade <[email protected]> | 2021-06-02 00:16:59 +0100 |
---|---|---|
committer | Jade <[email protected]> | 2021-06-07 05:51:17 +0100 |
commit | 8a57c736404abac81a6de20b0e90c19021e040b9 (patch) | |
tree | 5ece2fcdc66cf91dd269ff0c64c2dc91ff216565 /crates/tt/src/lib.rs | |
parent | 13da28cc2bc1b59f7af817eca36927a71edb023c (diff) |
feat: goto definition on an impl fn goes to that fn in the trait
e.g. if you have a trait T and `impl T for S` for some struct, if you
goto definition on some function name inside the impl, it will go to the
definition of that function inside the `trait T` block, rather than the
current behaviour of not going anywhere at all.
Diffstat (limited to 'crates/tt/src/lib.rs')
0 files changed, 0 insertions, 0 deletions