about summary refs log tree commit diff
path: root/editors/code/src/debug.ts
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-25 11:25:00 +0000
committerGitHub <noreply@github.com>2021-05-25 11:25:00 +0000
commitb7414fa14a85f4acd37b5bdfdc2a4ab97a072bd2 (patch)
tree06a55af22e32a059cd34e8558a79b69960faaf9f /editors/code/src/debug.ts
parentb250d5e6bfab92c1fe21635536c89e556b8f72d4 (diff)
parentff585e4730a867e7bb68c65ff45867a501841ae4 (diff)
downloadrust-b7414fa14a85f4acd37b5bdfdc2a4ab97a072bd2.tar.gz
rust-b7414fa14a85f4acd37b5bdfdc2a4ab97a072bd2.zip
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>
Diffstat (limited to 'editors/code/src/debug.ts')
0 files changed, 0 insertions, 0 deletions