diff options
author | Jade <[email protected]> | 2021-05-25 12:06:54 +0100 |
---|---|---|
committer | Jade <[email protected]> | 2021-05-25 12:06:54 +0100 |
commit | ff585e4730a867e7bb68c65ff45867a501841ae4 (patch) | |
tree | 013c694524016de25944edd4209c4a5b3b5bdaa1 /crates/syntax/test_data/parser/ok/0000_empty.rs | |
parent | 8b049ec393230e4b9fea3022a3ebf34e2af5395d (diff) |
Add go to type definition for struct fields within struct
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.
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0000_empty.rs')
0 files changed, 0 insertions, 0 deletions