diff options
| author | Jade <software@lfcode.ca> | 2021-05-25 04:06:54 -0700 |
|---|---|---|
| committer | Jade <software@lfcode.ca> | 2021-05-25 04:06:54 -0700 |
| commit | ff585e4730a867e7bb68c65ff45867a501841ae4 (patch) | |
| tree | 013c694524016de25944edd4209c4a5b3b5bdaa1 /docs/dev/debugging.md | |
| parent | 8b049ec393230e4b9fea3022a3ebf34e2af5395d (diff) | |
| download | rust-ff585e4730a867e7bb68c65ff45867a501841ae4.tar.gz rust-ff585e4730a867e7bb68c65ff45867a501841ae4.zip | |
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 'docs/dev/debugging.md')
0 files changed, 0 insertions, 0 deletions
