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.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
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.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||