]> git.lizzy.rs Git - rust.git/commit
Also do goto implementation on assoc consts
authorJade <software@lfcode.ca>
Tue, 25 May 2021 13:27:41 +0000 (06:27 -0700)
committerJade <software@lfcode.ca>
Tue, 25 May 2021 13:27:41 +0000 (06:27 -0700)
commit0292efd363584fc4be50b1b1240fbbe990e2ebf1
tree9b952f814b4733f287ea9f5fb3f9bc412514a923
parentf3cfd8afb6db1ee0a8449655703172a0c8cf5411
Also do goto implementation on assoc consts

I forgot to put this into #8988, sorry.

Goto implementation on a const on the trait will go to the
implementations with their respective definitions of the const, if
present.
crates/ide/src/goto_implementation.rs