Files
rust/crates
bors[bot] b7414fa14a Merge #8986
8986: Add go to type definition for struct fields within struct r=matklad a=lf-

Example:

```rust
struct A;

struct B {
    a/*<- cursor*/: A,
}
```

Go to type definition used to not work on this position. It now goes to
`A` as expected.

Co-authored-by: Jade <software@lfcode.ca>
2021-05-25 11:25:00 +00:00
..
2021-05-25 00:56:24 +02:00
2021-05-25 02:30:47 +00:00
2021-05-25 00:50:19 +02:00
2021-05-24 19:52:01 +00:00
2021-05-25 13:07:18 +02:00
2021-05-23 21:55:51 +00:00
2021-05-24 21:47:01 +02:00
2021-05-22 17:20:22 +03:00
2021-04-06 16:22:26 +03:00
2021-05-24 18:18:05 +03:00
2021-05-22 16:53:47 +03:00
2021-05-25 02:30:47 +00:00
2021-05-22 16:53:47 +03:00