Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

'Find Implementations' not work #249

Closed
LJpgr opened this issue Feb 6, 2018 · 2 comments
Closed

'Find Implementations' not work #249

LJpgr opened this issue Feb 6, 2018 · 2 comments
Labels

Comments

@LJpgr
Copy link

LJpgr commented Feb 6, 2018

I had installed this extension.When I excute 'Find Implementations' ,nothing happened,
and there was no tips.
Please check this .
rustc version:1.23.0
vscode version :1.19.3
ext version :0.3.2

@Geobert
Copy link

Geobert commented Feb 16, 2018

#241

@Xanewok Xanewok added the bug label Apr 7, 2019
@Xanewok
Copy link
Member

Xanewok commented Apr 7, 2019

Can't reproduce on the latest RLS master with

trait Bar {
    fn some_fn(mut arg: bool, arg1: u32) {}
}

struct Foo;
struct Another;

impl Bar for Foo {
    fn some_fn(mut arg: bool, arg1: u32) {

    }
}

impl Bar for Another {
    fn some_fn(mut arg: bool, arg1: u32) {

    }
}

Go to Implementation on Bar, Foo, Another works as expected

@Xanewok Xanewok closed this as completed Apr 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants