about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorJade <software@lfcode.ca>2021-05-25 04:06:54 -0700
committerJade <software@lfcode.ca>2021-05-25 04:06:54 -0700
commitff585e4730a867e7bb68c65ff45867a501841ae4 (patch)
tree013c694524016de25944edd4209c4a5b3b5bdaa1 /docs/dev/debugging.md
parent8b049ec393230e4b9fea3022a3ebf34e2af5395d (diff)
downloadrust-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