rust/crates/hir
Jade 8a57c73640 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.
2021-06-06 21:51:17 -07:00
..
src feat: goto definition on an impl fn goes to that fn in the trait 2021-06-06 21:51:17 -07:00
Cargo.toml internal: expose cfg attrs from hir::Crate 2021-05-07 23:50:24 +03:00