mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Refine search for const and function assoc items
This commit is contained in:
parent
f32f64bffc
commit
bb4e272d8a
7 changed files with 319 additions and 36 deletions
|
@ -1356,7 +1356,6 @@ fn main() {
|
|||
r#"
|
||||
trait Trait {
|
||||
fn func(self) {}
|
||||
//^^^^
|
||||
}
|
||||
|
||||
impl Trait for () {
|
||||
|
@ -1376,7 +1375,6 @@ fn main() {
|
|||
r#"
|
||||
trait Trait {
|
||||
fn func(self) {}
|
||||
//^^^^
|
||||
}
|
||||
|
||||
impl Trait for () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue