Refine search for const and function assoc items

This commit is contained in:
Lukas Wirth 2023-01-11 17:10:04 +01:00
parent f32f64bffc
commit bb4e272d8a
7 changed files with 319 additions and 36 deletions

View file

@ -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 () {